public static enum UESSheetValidationRTException.E10902 extends java.lang.Enum<UESSheetValidationRTException.E10902> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
Sheet DTO must be set.
|
M02
Sheet criteria DTO must be set.
|
M03
Filter name of UESSheetCriteria has bad format.
|
M04
Filter code of UESSheetCriteria has bad format.
|
M05
Invalid code.
|
M06
Invalid name.
|
M07
Invalid description.
|
M08
Blank code.
|
M09
Blank name.
|
M12
Invalid content.
|
M13
UESSheetGetComponentContent DTO is null
|
M14
componentId of UESSheetGetComponentContent must be set
|
M15
componentId of UESSheetGetComponentContent is blank
|
M16
Content of UESSheetSetComponentContent is null
|
M17
Requested Mime type is null
|
M18
Requested Mime Type ({0}) is not supported.
|
M19
Provided Mime type is null
|
M20
Provided Mime Type ({0}) is not supported.
|
M21
UESSheetDeleteComponent DTO is null
|
M22
componentId of UESSheetDeleteComponent must be set
|
M23
componentId of UESSheetDeleteComponent is blank
|
M24
UESSheetAddParagraph DTO is null
|
M25
componentId of UESSheetAddParagraph must be set when position of UESSheetAddParagraph is set to UESContentPosition.BEFORE_COMPONENT
or UESContentPosition.AFTER_COMPONENT
|
M26
It is not allowed to use attribute query together with any of attributes codeFilter, nameFilter, onlyMain.
|
M27
DTO UESSheetGetVersionAttributes is null
|
M28
versionID must be set
|
M29
versionID must not be blank
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESSheetValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESSheetValidationRTException.E10902 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESSheetValidationRTException.E10902[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESSheetValidationRTException.E10902 c : UESSheetValidationRTException.E10902.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