gnu.xquery.util
public class XQException extends RuntimeException
Field Summary | |
---|---|
Symbol | code |
String | description |
Object | errorValue |
static Symbol | FOER0000_QNAME |
Constructor Summary | |
---|---|
XQException(Symbol code, String description, Object errorValue) |
Method Summary | |
---|---|
static void | error() |
static void | error(Symbol error) |
static void | error(Object error, String description) |
static void | error(Object error, String description, Object errorValue) |
String | getMessage() |