public static enum UESMetaModelRTException.E10216 extends java.lang.Enum<UESMetaModelRTException.E10216> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid input parameter locationUri. locationURI must be a valid UES URI of an existing meta model.
|
M02
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact for creating meta
model.
|
M03
Cannot delete the meta model.
|
M04
Cannot delete the meta model.
|
M05
Cannot delete the meta model.
|
M06
Cannot delete the meta model.
|
M07
Cannot delete the meta model.
|
M08
Cannot delete the meta model.
|
M09
Cannot delete the meta model.
|
M10
Cannot delete the object this way.
|
M11
Invalid input parameter locationUri. locationURI must be a valid UES URI of an existing meta model.
|
M12
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon.
|
M13
Invalid input parameter name.
|
M14
Invalid main entity.
|
M15
XML parsing error occurred during exporting the app package {0}.
|
M17
The main entity (app package) does not have the export data file as an attachment.
|
M18
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 UESMetaModelRTException.E10216 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESMetaModelRTException.E10216[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESMetaModelRTException.E10216 c : UESMetaModelRTException.E10216.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