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) TreeException(TreeErrorCode errorCode, String message) TreeException(TreeErrorCode errorCode, Throwable cause)