|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializerException | |
---|---|
org.basex.io.serial | |
org.basex.query.util | XQuery utility classes. |
Uses of SerializerException in org.basex.io.serial |
---|
Methods in org.basex.io.serial that return SerializerException | |
---|---|
static SerializerException |
SerializerProp.error(java.lang.Object key,
java.lang.String found,
java.lang.String... allowed)
Returns an exception string for a wrong key. |
Methods in org.basex.io.serial that throw SerializerException | |
---|---|
java.lang.String |
SerializerProp.check(java.lang.Object[] key,
java.lang.String... allowed)
Retrieves a value from the specified property and checks allowed values. |
static SerializerException |
SerializerProp.error(java.lang.Object key,
java.lang.String found,
java.lang.String... allowed)
Returns an exception string for a wrong key. |
java.lang.String |
SerializerProp.supported(java.lang.Object[] key,
java.lang.String... allowed)
Retrieves a value from the specified property and checks for supported values. |
boolean |
SerializerProp.yes(java.lang.Object[] key)
Retrieves a value from the specified property and checks for its boolean value. |
Uses of SerializerException in org.basex.query.util |
---|
Methods in org.basex.query.util that return SerializerException | |
---|---|
SerializerException |
Err.thrwSerial(java.lang.Object... ext)
Throws a serializer exception. |
Methods in org.basex.query.util that throw SerializerException | |
---|---|
SerializerException |
Err.thrwSerial(java.lang.Object... ext)
Throws a serializer exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |