public static enum UESInvalidUseCaseDefinitionRTException.E05A40 extends java.lang.Enum<UESInvalidUseCaseDefinitionRTException.E05A40> implements ErrorCode
Enum Constant and Description |
---|
M00
Generic error.
|
M01
Use case has defined no entity type.
|
M02
XML data for module Use Case Registry contains two definitions which are incompatible
- the Use Case parts are equal but their Use Case Realizations are different.
|
M03
Found unsupported XML element.
|
M04
XML data for module Use Case Registry contains two Use Case definitions with the
same Code but with different some other attribute.
|
M05
XML data for module Use Case Registry contains two Use Case Realization definitions
with the same Code but with different some other attribute.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESInvalidUseCaseDefinitionRTException.E05A40 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESInvalidUseCaseDefinitionRTException.E05A40[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESInvalidUseCaseDefinitionRTException.E05A40 c : UESInvalidUseCaseDefinitionRTException.E05A40.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
ErrorCode.getExceptionClass()