|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FunctionError>
de.fraunhofer.ipsi.xquery.errors.FunctionError
public enum FunctionError
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 FunctionError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FunctionError[] |
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 FunctionError UNIDENTIFIED_ERROR
public static final FunctionError DIVISION_BY_ZERO
public static final FunctionError NUMERIC_OPERATION_ERROR
public static final FunctionError CODEPOINT_ERROR
public static final FunctionError UNSUPPORTTED_COLLATION
public static final FunctionError UNSUPPORTTED_NORMALIZATION
public static final FunctionError UNSUPPORTTED_COLLATION_UNITS
public static final FunctionError NO_CONTEXT_DOC
public static final FunctionError RESOURCES_ERROR
public static final FunctionError INVALID_ARGUMENT_FN_COLLECTION
public static final FunctionError INVALID_ARGUMENT_FN_DOC
public static final FunctionError DATE_TIME_OVERFLOW
public static final FunctionError DURATION_OVERFLOW
public static final FunctionError INVALID_TIMEZONE_VALUE
public static final FunctionError UNDEFINED_CONTEXT_ITEM
public static final FunctionError NO_PREFIX_DEFINED
public static final FunctionError NAMESPACE_NOT_FOUND
public static final FunctionError BASEURI_NOT_DEFINED
public static final FunctionError INVALID_CAST_VALUE
public static final FunctionError MORE_THAN_ONE_ITEM
public static final FunctionError NO_ITEMS
public static final FunctionError ZERO_OR_MORE_THAN_ONE
public static final FunctionError INVALID_ARGUMENT_TYPE
public static final FunctionError INVALID_ARGUMENT_AGGREGATE_FUNC
public static final FunctionError TWO_TZ_SPECIFIED
public static final FunctionError RESOLVE_URI_ERROR
public static final FunctionError MISSING_TYPED_VALUE
Method Detail |
---|
public static final FunctionError[] values()
for(FunctionError c : FunctionError.values()) System.out.println(c);
public static FunctionError 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 |