|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TypeError>
de.fraunhofer.ipsi.xquery.errors.TypeError
public enum TypeError
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 TypeError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TypeError[] |
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 TypeError UNEXPECTED_TYPE_STATIC
public static final TypeError UNEXPECTED_TYPE
public static final TypeError MISMATCHED_PARAMETER_TYPE
public static final TypeError CAST_NOT_ALLOWED
public static final TypeError CONTEXT_ITEM_IS_NOT_A_NODE
public static final TypeError UNEXPECTED_ATTRIBUTE_NODE
public static final TypeError UNEXPECTED_TYPE_FOR_VALIDATE
public static final TypeError UNKNOWN_TYPES_IN_MODULE
Method Detail |
---|
public static final TypeError[] values()
for(TypeError c : TypeError.values()) System.out.println(c);
public static TypeError 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 |