|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XPathError>
de.fraunhofer.ipsi.xpathDatatypes.XPathError
public enum XPathError
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 XPathError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XPathError[] |
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 XPathError UNIDENTIFIED_ERROR
public static final XPathError INVALID_ARBGUMENT_FN_RESOLVEURI
public static final XPathError INPUT_VALUE_TOO_LARGE_FOR_DEC
public static final XPathError INVALID_LEXICAL_VALUE
public static final XPathError INPUT_VALUE_TOO_LARGE_FOR_INT
public static final XPathError NAN_ERROR
public static final XPathError INVALID_REGEX_FLAG
public static final XPathError INVALID_REGEX
public static final XPathError REGEX_MATCHES_ZERO_L_STR
public static final XPathError INVALID_REPLACEMENT_STR
Method Detail |
---|
public static final XPathError[] values()
for(XPathError c : XPathError.values()) System.out.println(c);
public static XPathError 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 |