Uses of Enum Class
cloud.opencode.base.expression.parser.ParserException.ErrorType
Packages that use ParserException.ErrorType
-
Uses of ParserException.ErrorType in cloud.opencode.base.expression.parser
Subclasses with type arguments of type ParserException.ErrorType in cloud.opencode.base.expression.parserMethods in cloud.opencode.base.expression.parser that return ParserException.ErrorTypeModifier and TypeMethodDescriptionParserException.getErrorType()Get the error type 获取错误类型static ParserException.ErrorTypeReturns the enum constant of this class with the specified name.static ParserException.ErrorType[]ParserException.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.expression.parser with parameters of type ParserException.ErrorTypeModifierConstructorDescriptionParserException(String message, String expression, int line, int column, ParserException.ErrorType errorType) Create parser exception with full details 创建带完整详情的解析异常