Package gnu.xquery.util
Class XQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gnu.xquery.util.XQException
-
- All Implemented Interfaces:
Serializable
public class XQException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Symbol
code
String
description
Object
errorValue
static Symbol
FOER0000_QNAME
-
Constructor Summary
Constructors Constructor Description XQException(Symbol code, String description, Object errorValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
error
public static void error()
-
error
public static void error(Symbol error)
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-