public static enum UseCaseRealizationRTException.E10S01 extends java.lang.Enum<UseCaseRealizationRTException.E10S01> implements ServiceErrorCode
| Enum Constant and Description |
|---|
M00
Default message.
|
M01
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact for creating use case
realization.
|
M02
Invalid input parameter useCaseRealizationUri. useCaseRealizationUri must be a valid UES URI of an existing use case realization.
|
M03
Invalid input parameter useCaseRealizationUri. useCaseRealizationUri must be a valid UES URI of an existing use case realization.
|
M04
Cannot delete the use case realization.
|
M05
Cannot delete the use case realization.
|
M06
Cannot delete the use case realization.
|
M07
Cannot delete the use case realization.
|
M08
Cannot delete the use case realization.
|
M09
Cannot delete the use case realization.
|
M10
Cannot create the use case realization.
|
M11
Cannot delete the use case realization.
|
M12
Cannot get options for the use case realization.
|
M13
Cannot set options to the use case realization.
|
M14
Cannot delete the use case realization.
|
M15
Cannot create the use case realization.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
msg |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
java.lang.String |
getMessage()
Gets a message related to the error code.
|
static UseCaseRealizationRTException.E10S01 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UseCaseRealizationRTException.E10S01[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UseCaseRealizationRTException.E10S01 c : UseCaseRealizationRTException.E10S01.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 nullErrorCodegetExceptionClass in interface ErrorCodeServiceErrorCodegetMessage in interface ServiceErrorCode