Uses of Enum Class
cloud.opencode.base.tree.exception.TreeErrorCode
Packages that use TreeErrorCode
-
Uses of TreeErrorCode in cloud.opencode.base.tree.exception
Subclasses with type arguments of type TreeErrorCode in cloud.opencode.base.tree.exceptionMethods in cloud.opencode.base.tree.exception that return TreeErrorCodeModifier and TypeMethodDescriptionstatic TreeErrorCodeReturns the enum constant of this class with the specified name.static TreeErrorCode[]TreeErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.tree.exception with parameters of type TreeErrorCodeModifierConstructorDescriptionTreeException(TreeErrorCode errorCode) Creates a tree exception with error code enum 创建树异常(带错误码枚举)TreeException(TreeErrorCode errorCode, String message) Creates a tree exception with error code enum and custom message 创建树异常(带错误码枚举和自定义消息)TreeException(TreeErrorCode errorCode, Throwable cause) Creates a tree exception with error code enum and cause 创建树异常(带错误码枚举和原因)