public static enum VisualUseCaseRTException.E10S09 extends java.lang.Enum<VisualUseCaseRTException.E10S09> 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 visualUseCaseUri. visualUseCaseUri must be a valid UES URI of an existing visual use case.
|
M03
Invalid input parameter visualUseCaseUri. visualUseCaseUri must be a valid UES URI of an existing visual use case.
|
M04
Cannot delete the visual use case.
|
M05
Cannot delete the visual use case.
|
M06
Cannot delete the visual use case.
|
M07
Cannot delete the visual use case.
|
M08
Cannot delete the visual use case.
|
M09
Cannot delete the visual use case.
|
M10
Cannot create the visual use case.
|
M11
Cannot delete the visual use case.
|
M12
Cannot get options for the visual use case.
|
M13
Cannot set options to the visual use case.
|
M14
Cannot delete the visual use case.
|
M15
Cannot create the visual use case.
|
M16
Invalid main entity.
|
M17
XML parsing error occurred during exporting the visual use case {0}.
|
M18
Invalid main entity.
|
M19
The main entity (visual use case) 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 VisualUseCaseRTException.E10S09 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VisualUseCaseRTException.E10S09[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (VisualUseCaseRTException.E10S09 c : VisualUseCaseRTException.E10S09.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