public static enum UESMetaArtifactValidationRTException.E10107 extends java.lang.Enum<UESMetaArtifactValidationRTException.E10107> implements ErrorCode
Enum Constant and Description |
---|
M00
Meta Artifact URI {0} is not valid URI.
|
M01
Attribute metaArtifact cannot be null.
|
M02
Name {0} of changing meta artifact must not be blank.
|
M03
Code {0} of changing meta artifact must not be blank.
|
M04
Code {0} of changing meta artifact has bad value.
|
M05
Name {0} of changing meta artifact has bad value.
|
M06
Description {0} of changing meta artifact has bad value.
|
M07
Default Code {0} of changing meta artifact has bad value.
|
M08
Default Name {0} of changing meta artifact has bad value.
|
M09
Attribute
locationUri must not be null. |
M10
Attribute
name must not be null. |
M11
Attribute
data must not be null. |
M12
Attribute
data must not be empty. |
M13
DTO UESMetaArtifactSetDefaultPresentationAttributes is null.
|
M14
DTO UESMetaArtifactSetPresentationAttributes is null.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESMetaArtifactValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESMetaArtifactValidationRTException.E10107 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESMetaArtifactValidationRTException.E10107[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
locationUri
must not be null.name
must not be null.data
must not be null.data
must not be empty.for (UESMetaArtifactValidationRTException.E10107 c : UESMetaArtifactValidationRTException.E10107.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 nullgetExceptionClass
in interface ErrorCode