public static enum UESEntityTypeRegistryRTException.E05A31 extends java.lang.Enum<UESEntityTypeRegistryRTException.E05A31> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved for unexpected internal exceptions.
|
M01
Cannot create - code not set.
|
M02
Cannot create - duplicate code.
|
M03
Cannot create - parent does not exist.
|
M04
Cannot update - entity type does not exist.
|
M05
Cannot update - duplicate code.
|
M06
Cannot update - parent does not exist.
|
M07
Cannot delete - entity type parent of others.
|
M08
Cannot delete - entity type associated with others.
|
M09
Cannot generate ID from type.
|
M10
Class with entity type definition not found.
|
M11
Invalid annotation data - missing code.
|
M12
Invalid annotation data - missing name.
|
M13
Invalid annotation data - parent not found.
|
M14
Invalid annotation data - ambiguous parent, parent must be specified.
|
M15
Invalid XML data - duplicate entities.
|
M16
Invalid XML data - cyclic entity types relation.
|
M17
Cannot create - duplicate realization.
|
M18
Cannot update - duplicate realization.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESEntityTypeRegistryRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESEntityTypeRegistryRTException.E05A31 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESEntityTypeRegistryRTException.E05A31[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESEntityTypeRegistryRTException.E05A31 c : UESEntityTypeRegistryRTException.E05A31.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