public static enum UESUseCaseRTException.E05A45 extends java.lang.Enum<UESUseCaseRTException.E05A45> implements ErrorCode
Enum Constant and Description |
---|
M00
Generic error.
|
M01
Cannot create Use Case in System Catalog because the Entity Type UESURI is null.
|
M02
Cannot create Use Case because the UESURI for entity type doesn't refers to an entity type in System Catalog.
|
M03
Cannot create Use Case in System Catalog because the Code of the Use Case is null.
|
M04
Cannot create Use Case in System Catalog because UESURI for attached Use Case Realization is null.
|
M05
Cannot create Use Case in System Catalog because UESURI for attached Use Case Realization refers to no Use Case Realization.
|
M06
Cannot set attributes to Use Case because UESURI for the updated Use Case is null.
|
M07
Cannot obtain Use Case attributes because UESURI for the Use Case is null.
|
M08
Cannot obtain Use Case attributes because UESURI for the Use Case doesn't follow rules for Use Case UESURI.
|
M09
Cannot obtain Use Case attributes because UESURI for the Use Case contains invalid UESURI part for Use Case.
|
M10
Cannot set attribute to Use Case because UESURI of the Use Case doesn't refer to Use Case in System Catalog.
|
M11
Cannot set Use Case attributes because reference to DTO for Use Case attributes is null.
|
M12
Cannot set Use Case attributes because UESURI of related Use Case Realization is either null
or it doesn't refer to existing Use Case Realization in System Catalog.
|
M13
Cannot create Use Case in System Catalog because reference to DTO with attributes for created Use Case is null.
|
M14
Cannot create Use Case in System Catalog because there is already an Use Case with such code.
|
M15
Cannot create Use Case or change Use Case's attributes because Entity Type of the Use Case
is not the same as Entity Type of Use Case Realization.
|
M16
Cannot delete Use Case because the specified Use Case UESURI is invalid.
|
M17
Cannot set Use Case attributes because the entity type referenced by the entity type URI doesn't exist.
|
M18
Cannot obtain Use Case attributes because we cannot resolve entity type from UESURI.
|
M19
Cannot load use case attributes from DB.
|
M20
There is more than one Use Case with desired entity type {0} and realization UESURI{0}.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESUseCaseRTException.E05A45 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESUseCaseRTException.E05A45[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESUseCaseRTException.E05A45 c : UESUseCaseRTException.E05A45.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()