public static enum UESQueryRTException.E053B0 extends java.lang.Enum<UESQueryRTException.E053B0> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
default 
 | 
M01
Unknown operator. 
 | 
M02
Attribute already declared. 
 | 
M03
Value not defined on enum. 
 | 
M04
Only true/false for boolean. 
 | 
M05
Wrong value transformer class. 
 | 
M06
Wrong iso8601 format. 
 | 
M07
Wrong number format. 
 | 
M08
Builder not processed yet. 
 | 
M09
full-text: Backslash at the end of the phrase. 
 | 
M10
full-text: Unfinished phrase. 
 | 
M11
full-text: No whitespace/string end after the phrase. 
 | 
M12
full-text: Backslash at the end. 
 | 
M13
full-text: The wildcard inside a word. 
 | 
M14
full-text: The wildcard is not preceded by at least 4 characters. 
 | 
M15
full-text: Quote inside a word. 
 | 
M16
wildcard must be preceded by 4 characters 
 | 
M17
Boolean attributes support only some operators. 
 | 
M18
Date attributes support only some operators. 
 | 
M19
Enum attributes support only some operators. 
 | 
M20
Number attributes support only some operators. 
 | 
M21
String attributes support only some operators. 
 | 
M22
UESURI attributes support only some operators. 
 | 
M23
Fulltext op. not supported. 
 | 
M24
Boolean syntax. 
 | 
M25
Date syntax. 
 | 
M26
Enum syntax. 
 | 
M27
Number syntax. 
 | 
M28
String syntax. 
 | 
M29
UESURI syntax. 
 | 
M30
Wrong escaped character. 
 | 
M31
UESURI syntax - parsing syntax. 
 | 
M32
Unsupported special operator. 
 | 
M33
Unsupported special operator. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
private UESQueryParserRTException.E053B1 | 
parserException  | 
| 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()  | 
UESQueryParserRTException.E053B1 | 
getParserException()  | 
static UESQueryRTException.E053B0 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESQueryRTException.E053B0[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESQueryRTException.E053B0 c : UESQueryRTException.E053B0.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 ErrorCodeErrorCode.getExceptionClass()