public static enum UESArtifactValidationRTException.E10103 extends java.lang.Enum<UESArtifactValidationRTException.E10103> implements ErrorCode
Enum Constant and Description |
---|
M00
Artifact URI {0} is not valid URI.
|
M01
Location of artifact URI {0} is not valid URI.
|
M02
DTO artifact is null.
|
M03
Code {0} of creating artifact has bad value.
|
M04
Name of creating artifact is blank.
|
M05
Name {0} of creating artifact has bad value.
|
M06
Description {0} of creating artifact has bad value.
|
M07
Meta artifact URI {0} is not valid URI.
|
M08
Competent URI of artifact {0} is not valid URI.
|
M09
Artifact type URI {0} is not valid URI.
|
M10
Security level URI of artifact {0} is not valid URI.
|
M11
Meta artifact URI is set to null.
|
M12
Meta artifact URI {0} is not URI of meta artifact.
|
M13
Meta artifact is not usable for creating Artifact.
|
M14
Location URI {0} is not URI of location (folder, organization unit, meta model, territory).
|
M15
Location URI is null.
|
M16
Attribute
newCompetency must not be null. |
M17
Attribute
competentRoleUri in 'newCompetency' DTO must not be null. |
M18
Attribute
Code must not be blank. |
M19
Just one of the attributes
activityTemplateUri , stateTemplateUri or type must not be null. |
M20
Attribute
locationUri must not be null. |
M21
DTO UESArtifactSetPresentation is null.
|
M22
DTO UESArtifactSetPresentationAttributes is null.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESArtifactValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESArtifactValidationRTException.E10103 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESArtifactValidationRTException.E10103[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
newCompetency
must not be null.competentRoleUri
in 'newCompetency' DTO must not be null.Code
must not be blank.activityTemplateUri
, stateTemplateUri
or type
must not be null.locationUri
must not be null.for (UESArtifactValidationRTException.E10103 c : UESArtifactValidationRTException.E10103.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