Uses of Enum Class
cloud.opencode.base.graph.exception.GraphErrorCode
Packages that use GraphErrorCode
-
Uses of GraphErrorCode in cloud.opencode.base.graph.exception
Subclasses with type arguments of type GraphErrorCode in cloud.opencode.base.graph.exceptionMethods in cloud.opencode.base.graph.exception that return GraphErrorCodeModifier and TypeMethodDescriptionGraphException.getGraphErrorCode()Get the graph error code 获取图错误码static GraphErrorCodeReturns the enum constant of this class with the specified name.static GraphErrorCode[]GraphErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.graph.exception with parameters of type GraphErrorCodeModifierConstructorDescriptionGraphException(String message, GraphErrorCode errorCode) Create graph exception 创建图异常GraphException(String message, Throwable cause, GraphErrorCode errorCode) Create graph exception with cause 创建带原因的图异常