public static enum InvalidUESURIFormatRTException.E10N11 extends java.lang.Enum<InvalidUESURIFormatRTException.E10N11> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved exception code. 
 | 
M01
Cannot create canonical URI. 
 | 
M02
Cannot create normalized URI. 
 | 
M03
Client side canonization is not supported for UESURI, because there is missing ID. 
 | 
M04
Client side normalization is not supported for UESURI, because there is missing ID or CODE or is not evaluated immediate expression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static InvalidUESURIFormatRTException.E10N11 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InvalidUESURIFormatRTException.E10N11[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (InvalidUESURIFormatRTException.E10N11 c : InvalidUESURIFormatRTException.E10N11.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()