public static enum CommandRTException.E10S11 extends java.lang.Enum<CommandRTException.E10S11> 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 commandUri. commandUri must be a valid UES URI of an existing command.
|
M03
Invalid input parameter commandUri. commandUri must be a valid UES URI of an existing command.
|
M04
Cannot delete the command.
|
M05
Cannot delete the command.
|
M06
Cannot delete the command.
|
M07
Cannot delete the command.
|
M08
Cannot delete the command.
|
M09
Cannot delete the command.
|
M10
Cannot create the command.
|
M11
Cannot delete the command.
|
M12
Cannot get options for the command.
|
M13
Cannot set options to the command.
|
M14
Cannot delete the command.
|
M15
Cannot create the command.
|
M16
Invalid main entity.
|
M17
XML parsing error occurred during exporting the command {0}.
|
M18
Invalid main entity.
|
M19
The main entity (command) does not have the export data file as an attachment.
|
M20
The zip archive found in the attachment does not contain a single file packed in it.
|
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 CommandRTException.E10S11 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandRTException.E10S11[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (CommandRTException.E10S11 c : CommandRTException.E10S11.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 nullErrorCode
getExceptionClass
in interface ErrorCode
ServiceErrorCode
getMessage
in interface ServiceErrorCode