public static enum InvalidFormatRTException.E05300 extends java.lang.Enum<InvalidFormatRTException.E05300> implements ErrorCode
Enum Constant and Description |
---|
M00
Resolved string is null or empty.
|
M01
Resolved string has no scheme part.
|
M02
This message wraps exception during parsing with JavaCC.
|
M03
Invalid format of UESID.
|
M04
There is no suitable URI provider for the parsed String.
|
M05
Escaped string has invalid format at specified position.
|
M06
Unable to normalize UESURI.
|
M07
Unable to create new UESURI instance, some mandatory part is missing.
|
M08
Passed parameter cannot be null.
|
M09
Cannot convert platform UESURI to legacy UESURI, because the entity part has too many entities.
|
M10
Parsed string is not well-formed UESURI entity part in string form.
|
M11
Newly created UESURI instance is formed from invalid parts up.
|
M12
Client side canonization is not supported for UESURI ({0}), because there is missing IDs.
|
M13
Client side normalization is not supported.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static InvalidFormatRTException.E05300 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvalidFormatRTException.E05300[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (InvalidFormatRTException.E05300 c : InvalidFormatRTException.E05300.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()