public static enum UseCaseRTException.E10S05 extends java.lang.Enum<UseCaseRTException.E10S05> implements ServiceErrorCode
| Enum Constant and Description |
|---|
M00
Default message.
|
M01
Invalid input parameter useCaseUri. useCaseUri must be a valid URI of an existing use case.
|
M02
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid URI of an existing meta artifact.
|
M03
Invalid input parameter code. code must be a unique in application scope.
|
M04
Invalid input parameter entityUri. entityUri must be a valid URI of an existing entity.
|
M05
Invalid input parameter actionUri. actionUri must be a valid use case URI of an existing use case.
|
M06
Invalid attribute code.
|
M07
Invalid input parameter useCaseRealizationUri. useCaseRealizationUri must be a valid URI of an existing use case realization.
|
M08
Invalid attribute requestedMimeType.
|
M12
Cannot get options for the use case.
|
M13
Cannot set options to the use case.
|
M14
Use case realization and meta artifact are not from same Application.
|
M15
Cannot set Visual Use Case.
|
| 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 UseCaseRTException.E10S05 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UseCaseRTException.E10S05[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UseCaseRTException.E10S05 c : UseCaseRTException.E10S05.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