public static enum UESMetaRoleRTException.E10B16 extends java.lang.Enum<UESMetaRoleRTException.E10B16> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid parameter code. 
 | 
M03
"Invalid input parameter metaRoleUri. 
 | 
M04
Invalid input parameter securityLevel. 
 | 
M05
Invalid input parameter defaultIconUri ({0}). defaultIconUri must be a valid UES URI of an existing icon. 
 | 
M07
Invalid input parameter competentRoleUri. competentRoleUri ({0}) must be from the same territory as main entity. 
 | 
M08
Invalid input parameter competentRoleUri. competentRoleUri ({0}) must be a valid UES URI of an existing role. 
 | 
M09
Invalid input parameter locationUri. 
 | 
M10
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon. 
 | 
M13
Cannot connect role interface to meta role. 
 | 
M14
Invalid input parameter roleInterfaceUri. roleInterfaceUri ({0}) must be from the same territory as main entity. 
 | 
M15
Cannot connect role interface to meta role. 
 | 
M16
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface. 
 | 
M17
Cannot disconnect role interface which is not connected. 
 | 
M19
Invalid main entity. 
 | 
M20
Unsupported meta role for export. 
 | 
M21
XML parsing error occurred during exporting the meta role {0}. 
 | 
M22
The main entity (meta role) does not have the export data file as an attachment. 
 | 
M23
The zip archive found in the attachment does not contain a single file packed in it. 
 | 
M24
Invalid input parameter locationUri. locationUri must be a valid UES URI of an existing meta model dictionary. 
 | 
M25
XML parsing error occurred during creating the meta role {0}. 
 | 
M26
XML read error when importing meta role {0}. 
 | 
M28
Invalid main entity. 
 | 
| 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 UESMetaRoleRTException.E10B16 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESMetaRoleRTException.E10B16[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESMetaRoleRTException.E10B16 c : UESMetaRoleRTException.E10B16.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 nullServiceErrorCodegetMessage in interface ServiceErrorCodeErrorCodegetExceptionClass in interface ErrorCode