|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DynamicError>
de.fraunhofer.ipsi.xquery.errors.DynamicError
public enum DynamicError
Enum Constant Summary | |
---|---|
CAST_FAILED
|
|
INVALID_ATTRIBUTE_NAME
|
|
INVALID_PROCESSING_INSTRUCTION_NAME
|
|
INVALID_TREAT_TYPE
|
|
NON_DISTINCT_ATTRIBUTE_NAMES
|
|
VALIDATION_FAILED
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Method getCode |
java.lang.String |
getDetailMessage()
Method getDetailMessage |
java.lang.String |
getShortMessage()
Method getMessage |
java.lang.String |
getSpecificationLabel()
Method getSpecificationLabel |
java.lang.String |
getSpecificationURI()
Method getSpecificationURI |
static DynamicError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DynamicError[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DynamicError CAST_FAILED
public static final DynamicError NON_DISTINCT_ATTRIBUTE_NAMES
public static final DynamicError VALIDATION_FAILED
public static final DynamicError INVALID_ATTRIBUTE_NAME
public static final DynamicError INVALID_TREAT_TYPE
public static final DynamicError INVALID_PROCESSING_INSTRUCTION_NAME
Method Detail |
---|
public static final DynamicError[] values()
for(DynamicError c : DynamicError.values()) System.out.println(c);
public static DynamicError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getCode()
getCode
in interface ErrorDescription
public java.lang.String getShortMessage()
getShortMessage
in interface ErrorDescription
public java.lang.String getDetailMessage()
getDetailMessage
in interface ErrorDescription
public java.lang.String getSpecificationLabel()
getSpecificationLabel
in interface ErrorDescription
public java.lang.String getSpecificationURI()
getSpecificationURI
in interface ErrorDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |