Uses of Enum Class
cloud.opencode.base.json.exception.OpenJsonProcessingException.ErrorType
Packages that use OpenJsonProcessingException.ErrorType
Package
Description
JSON Exception - JSON Processing Exceptions
JSON Exception - JSON 处理异常
-
Uses of OpenJsonProcessingException.ErrorType in cloud.opencode.base.json.exception
Subclasses with type arguments of type OpenJsonProcessingException.ErrorType in cloud.opencode.base.json.exceptionModifier and TypeClassDescriptionstatic enumError type enumeration 错误类型枚举Methods in cloud.opencode.base.json.exception that return OpenJsonProcessingException.ErrorTypeModifier and TypeMethodDescriptionOpenJsonProcessingException.getErrorType()Returns the error type.Returns the enum constant of this class with the specified name.OpenJsonProcessingException.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.json.exception with parameters of type OpenJsonProcessingException.ErrorTypeModifierConstructorDescriptionOpenJsonProcessingException(String message, OpenJsonProcessingException.ErrorType errorType) Constructs a new exception with the specified message and error type.OpenJsonProcessingException(String message, OpenJsonProcessingException.ErrorType errorType, Throwable cause) Constructs a new exception with the specified message, error type, and cause.OpenJsonProcessingException(String message, OpenJsonProcessingException.ErrorType errorType, Throwable cause, int line, int column, String source) Constructs a new exception with full location information.