public static enum UESBERegistryManagerRTException.E05A11 extends java.lang.Enum<UESBERegistryManagerRTException.E05A11> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved for unexpected internal exceptions. 
 | 
M01
Cannot create - code not set. 
 | 
M02
Cannot create - either base type or realization must be set. 
 | 
M03
-- Not used -- (Cannot create - entity class not set.) 
 | 
M04
Cannot create - duplicate code. 
 | 
M05
Cannot create - parent does not exist. 
 | 
M06
Cannot create - base type does not exist. 
 | 
M07
Cannot update - BE Type does not exist. 
 | 
M08
Cannot update - duplicate code. 
 | 
M09
Cannot update - parent does not exist. 
 | 
M10
Cannot update - base type does not exist. 
 | 
M11
Cannot update - either base type or realization must be set. 
 | 
M12
Cannot delete - BE Type parent of others. 
 | 
M13
Cannot delete - BE Type associated with others. 
 | 
M14
Cannot generate ID from type. 
 | 
M15
Class with BE Entity definition not found. 
 | 
M16
Scanning for XML with BE Entity definitions failed. 
 | 
M17
XML with BE Entity definitions is invalid. 
 | 
M18
Invalid annotation/XML data - parent not found. 
 | 
M19
Invalid annotation/XML data - base type not found. 
 | 
M20
Invalid annotation/XML data - either base type or realization must be set. 
 | 
M21
Invalid annotation/XML data - code not given and cannot be generated. 
 | 
M22
Invalid annotation/XML data - ambiguous parent, parent must be specified. 
 | 
M23
Invalid annotation/XML data - missing code. 
 | 
M24
Invalid annotation/XML data - missing name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESBERegistryManagerRTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESBERegistryManagerRTException.E05A11 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESBERegistryManagerRTException.E05A11[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESBERegistryManagerRTException.E05A11 c : UESBERegistryManagerRTException.E05A11.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