public static enum UESSheetTemplateValidationRTException.E10904 extends java.lang.Enum<UESSheetTemplateValidationRTException.E10904> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Sheet template DTO must be set. 
 | 
M02
The name of created sheet template is blank. 
 | 
M03
The name of created sheet template is not valid. 
 | 
M04
The code of created sheet template is blank. 
 | 
M05
The code of created sheet template is not valid. 
 | 
M06
The description of created sheet template is not valid. 
 | 
M07
Requested Mime Type ({0}) is not supported. 
 | 
M08
The content of the sheet template cannot be null. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESSheetTemplateValidationRTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESSheetTemplateValidationRTException.E10904 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESSheetTemplateValidationRTException.E10904[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESSheetTemplateValidationRTException.E10904 c : UESSheetTemplateValidationRTException.E10904.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