|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Err.ErrType>
org.basex.query.util.Err.ErrType
public static enum Err.ErrType
Error types.
Enum Constant Summary | |
---|---|
ARCH
ARCH Error type. |
|
BASX
BASX Error type. |
|
BXCL
BXCL Error type. |
|
BXCO
BXCO Error type. |
|
BXDB
BXDB Error type. |
|
BXFE
BXFE Error type. |
|
BXFT
BXFT Error type. |
|
BXHL
BXHL Error type. |
|
BXJS
BXJS Error type. |
|
BXPR
BXPR Error type. |
|
BXRE
BXRE Error type. |
|
BXSL
BXSL Error type. |
|
BXSQ
BXSQ Error type. |
|
BXVA
BXVA Error type. |
|
BXXQ
BXXQ Error type. |
|
CX
CX Error type. |
|
FILE
FILE Error type. |
|
FOAR
FOAR Error type. |
|
FOCA
FOCA Error type. |
|
FOCH
FOCH Error type. |
|
FODC
FODC Error type. |
|
FODF
FODF Error type. |
|
FODT
FODT Error type. |
|
FOER
FOER Error type. |
|
FOFD
FOFD Error type. |
|
FONS
FONS Error type. |
|
FORG
FORG Error type. |
|
FORX
FORX Error type. |
|
FOTY
FOTY Error type. |
|
FOUP
FOUP Error type. |
|
FOUT
FOUT Error type. |
|
FTDY
FTDY Error type. |
|
FTST
FTST Error type. |
|
HASH
HASH Error type. |
|
HC
HC Error type. |
|
SENR
SENR Error type. |
|
SEPM
SEPM Error type. |
|
SERE
SERE Error type. |
|
SESU
SEPM Error type. |
|
UNIT
UNIT Error type. |
|
XPDY
XPDY Error type. |
|
XPST
XPST Error type. |
|
XPTY
XPTY Error type. |
|
XQDY
XQDY Error type. |
|
XQST
XQST Error type. |
|
XQTY
XQTY Error type. |
|
XUDY
XUDY Error type. |
|
XUST
XUST Error type. |
|
XUTY
XUTY Error type. |
|
ZIP
ZIP Error type. |
Field Summary | |
---|---|
java.lang.String |
prefix
This error type's prefix. |
byte[] |
uri
This error type's URI. |
Method Summary | |
---|---|
QNm |
qname(int num)
Creates a QName for the given error number. |
static Err.ErrType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Err.ErrType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 Err.ErrType BASX
public static final Err.ErrType BXCL
public static final Err.ErrType BXCO
public static final Err.ErrType BXDB
public static final Err.ErrType BXFE
public static final Err.ErrType BXFT
public static final Err.ErrType BXHL
public static final Err.ErrType BXJS
public static final Err.ErrType BXPR
public static final Err.ErrType BXRE
public static final Err.ErrType BXSL
public static final Err.ErrType BXSQ
public static final Err.ErrType BXVA
public static final Err.ErrType BXXQ
public static final Err.ErrType HASH
public static final Err.ErrType UNIT
public static final Err.ErrType CX
public static final Err.ErrType FILE
public static final Err.ErrType HC
public static final Err.ErrType ZIP
public static final Err.ErrType ARCH
public static final Err.ErrType FOAR
public static final Err.ErrType FOCA
public static final Err.ErrType FOCH
public static final Err.ErrType FODC
public static final Err.ErrType FODF
public static final Err.ErrType FODT
public static final Err.ErrType FOFD
public static final Err.ErrType FOER
public static final Err.ErrType FONS
public static final Err.ErrType FORG
public static final Err.ErrType FORX
public static final Err.ErrType FOTY
public static final Err.ErrType FOUP
public static final Err.ErrType FOUT
public static final Err.ErrType FTDY
public static final Err.ErrType FTST
public static final Err.ErrType SENR
public static final Err.ErrType SEPM
public static final Err.ErrType SERE
public static final Err.ErrType SESU
public static final Err.ErrType XPDY
public static final Err.ErrType XPST
public static final Err.ErrType XPTY
public static final Err.ErrType XQDY
public static final Err.ErrType XQST
public static final Err.ErrType XQTY
public static final Err.ErrType XUDY
public static final Err.ErrType XUST
public static final Err.ErrType XUTY
Field Detail |
---|
public final java.lang.String prefix
public final byte[] uri
Method Detail |
---|
public static Err.ErrType[] values()
for (Err.ErrType c : Err.ErrType.values()) System.out.println(c);
public static Err.ErrType 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 name
java.lang.NullPointerException
- if the argument is nullpublic final QNm qname(int num)
num
- error number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |