public static enum UESFolderValidationRTException.E10211 extends java.lang.Enum<UESFolderValidationRTException.E10211> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Attribute
locationUri must not be null. |
M02
Attribute
folder must not be null. |
M03
Attribute
metaArtifactUri in the provided 'folder' DTO must not be null. |
M04
DTO with criteria for listing entries in folder {0} must not be null.
|
M05
Attribute codeFilter {0} for listing entries in folder {1} is in bad format.
|
M06
Attribute nameFilter {0} for listing entries in folder {1} is in bad format.
|
M07
Attributes nameFilter and codeFilter must not be set together with attribute query.
|
M08
DTO with setting attributes of folder {0} is required.
|
M09
Invalid main entity.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESFolderValidationRTException.E10211 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESFolderValidationRTException.E10211[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
locationUri
must not be null.folder
must not be null.metaArtifactUri
in the provided 'folder' DTO must not be null.for (UESFolderValidationRTException.E10211 c : UESFolderValidationRTException.E10211.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