public static enum UESArtifactStateTemplateRTException.E10305 extends java.lang.Enum<UESArtifactStateTemplateRTException.E10305> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid main entity. 
 | 
M03
Cannot delete the artifact state template ({0}). 
 | 
M04
Cannot delete the artifact state template ({0}) because it is a system state. 
 | 
M05
Cannot delete the artifact state template ({0}). 
 | 
M06
Cannot delete the artifact state template ({0}). 
 | 
M07
Cannot delete the artifact state template ({0}). 
 | 
M08
Cannot delete the artifact state template ({0}). 
 | 
M09
Invalid main entity. 
 | 
M10
Invalid input parameter code. 
 | 
M11
Cannot set the attribute entryState. 
 | 
M12
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon. 
 | 
M13
Cannot create a new artifact state template. 
 | 
M14
Cannot create a new artifact state template because it is not allowed to create a new system state. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
java.lang.String | 
getMessage()
Gets a message related to the error code. 
 | 
static UESArtifactStateTemplateRTException.E10305 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESArtifactStateTemplateRTException.E10305[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESArtifactStateTemplateRTException.E10305 c : UESArtifactStateTemplateRTException.E10305.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 nullErrorCodegetExceptionClass in interface ErrorCodeServiceErrorCodegetMessage in interface ServiceErrorCode