Package org.basex.query
Enum Class QueryError.ErrType
- All Implemented Interfaces:
Serializable,Comparable<QueryError.ErrType>,java.lang.constant.Constable
- Enclosing class:
- QueryError
Error types.
- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionError type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type.Error type. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryError.ErrTypeReturns the enum constant of this class with the specified name.static QueryError.ErrType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADMIN
Error type. -
BASEX
Error type. -
ARCHIVE
Error type. -
CLIENT
Error type. -
CONVERT
Error type. -
CSV
Error type. -
DB
Error type. -
FETCH
Error type. -
FT
Error type. -
GEO
Error type. -
HTML
Error type. -
HASH
Error type. -
INSPECT
Error type. -
JOBS
Error type. -
JSON
Error type. -
OUTPUT
Error type. -
PROC
Error type. -
PROF
Error type. -
RANDOM
Error type. -
REPO
Error type. -
REQUEST
Error type. -
SESSION
Error type. -
SESSIONS
Error type. -
WS
Error type. -
SQL
Error type. -
UNIT
Error type. -
USER
Error type. -
VALIDATE
Error type. -
WEB
Error type. -
XQUERY
Error type. -
XSLT
Error type. -
BIN
Error type. -
CX
Error type. -
FILE
Error type. -
HC
Error type. -
ZIP
Error type. -
FOAP
Error type. -
FOAR
Error type. -
FOAY
Error type. -
FOCA
Error type. -
FOCH
Error type. -
FODC
Error type. -
FODF
Error type. -
FODT
Error type. -
FOFD
Error type. -
FOER
Error type. -
FOJS
Error type. -
FONS
Error type. -
FORG
Error type. -
FORX
Error type. -
FOTY
Error type. -
FOUP
Error type. -
FOUT
Error type. -
FTDY
Error type. -
FTST
Error type. -
SENR
Error type. -
SEPM
Error type. -
SERE
Error type. -
SESU
Error type. -
XPDY
Error type. -
XPST
Error type. -
XPTY
Error type. -
XQDY
Error type. -
XQST
Error type. -
XQTY
Error type. -
XUDY
Error type. -
XUST
Error type. -
XUTY
Error type.
-
-
Field Details
-
prefix
This error type's prefix. -
uri
public final byte[] uriThis error type's URI.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-