| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.util |
XQuery utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Err |
QueryException.err()
Returns the error code.
|
| Modifier and Type | Method and Description |
|---|---|
QueryException |
QuerySuggest.error(Err err,
java.lang.Object... arg) |
QueryException |
QueryParser.error(Err err,
java.lang.Object... arg)
Throws the specified error.
|
| Constructor and Description |
|---|
QueryException(InputInfo ii,
Err er,
java.lang.Object... ext)
Default constructor.
|
| Constructor and Description |
|---|
B64Stream(IO in,
Err err)
Constructor.
|
StrStream(IO io,
java.lang.String enc,
Err err)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Err |
Err.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Err[] |
Err.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|