public static enum UESUseCaseRealizationRTException.E05A43 extends java.lang.Enum<UESUseCaseRealizationRTException.E05A43> implements ErrorCode
Enum Constant and Description |
---|
M00
Generic error.
|
M01
Cannot create Use Case Realization in System Catalog because the Entity Type UESURI is null.
|
M02
Cannot create Use Case Realization because the UESURI for entity type doesn't refers an entity type in System Catalog.
|
M03
Cannot create Use Case Realization in System Catalog because the Code of the Use Case is null.
|
M04
Cannot create Use Case Realization in System Catalog because the Code of the Use Case is null.
|
M05
Cannot create Use Case Realization in System Catalog because there is already Use
Case Realization with the same component and operation name but some other attribute
has different value.
|
M06
Cannot obtain Use Case Realization attributes because the Use Case Realization UESURI is null.
|
M07
Cannot obtain Use Case Realization attributes because UESURI for the Use Case Realization
doesn't follow rules for Use Case Realization UESURI.
|
M08
Cannot obtain Use Case Realization attributes because UESURI for the Use Case Realization contains
invalid UESURI part for Use Case Realization.
|
M09
Cannot set Use Case Realization attributes because either the UESURI of Use Case Realization is null
or the UESURI doesn't refers to an existing Use Case Realization in System Catalog.
|
M10
Cannot set Use Case Realization attributes because reference to Use Case Realization attributes is null.
|
M11
Cannot set Use Case Realization attributes because entity type uri doesn't refers existing entity type in System Catalog.
|
M12
Cannot delete Use Case Realization because the Use Case Realization is used by some Use Case.
|
M13
Cannot delete Use Case Realization because the specified Use Case Realization URI is invalid.
|
M14
Cannot set Use Case Realization attributes because its new entity type is incompatible
with entity type of an Use Case which is using the Use Case Realization.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESUseCaseRealizationRTException.E05A43 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESUseCaseRealizationRTException.E05A43[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESUseCaseRealizationRTException.E05A43 c : UESUseCaseRealizationRTException.E05A43.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()