public static enum UESQueryParserRTException.E053B1 extends java.lang.Enum<UESQueryParserRTException.E053B1> implements ErrorCode
Enum Constant and Description |
---|
M00
Unknown error.
|
M01
Lexical error.
|
M02
General syntax error.
|
M03
Unknown attribute name.
|
M10
"NOT" not supported.
|
M11
Constant not defined on enum.
|
M12
Only true/false for boolean.
|
M13
Wrong iso8601 format.
|
M14
Wrong number format.
|
M16
full-text: Unfinished phrase.
|
M17
full-text: No whitespace/string end after the phrase.
|
M19
full-text: The wildcard inside a word.
|
M20
full-text: The wildcard is not preceded by at least 4 characters.
|
M21
full-text: Quote inside a word.
|
M22
full-text: The wildcard is not preceded by at least 4 characters.
|
M23
Boolean attributes support only some operators.
|
M24
Date attributes support only some operators.
|
M25
Enum attributes support only some operators.
|
M26
Number attributes support only some operators.
|
M27
String attributes support only some operators.
|
M28
UESURI attributes support only some operators.
|
M29
Fulltext op. not supported.
|
M30
Boolean syntax.
|
M31
Date syntax.
|
M32
Enum syntax.
|
M33
Number syntax.
|
M34
String syntax.
|
M35
UESURI syntax.
|
M36
Wrong escaped character.
|
M37
UESURI syntax.
|
M38
Query parsing exception.
|
M39
Query parsing exception.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
java.lang.String |
getMessage() |
static UESQueryParserRTException.E053B1 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESQueryParserRTException.E053B1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESQueryParserRTException.E053B1 c : UESQueryParserRTException.E053B1.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullgetExceptionClass
in interface ErrorCode
ErrorCode.getExceptionClass()