nux.xom.xquery
Class XQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nux.xom.xquery.XQueryException
- All Implemented Interfaces:
- Serializable
- public class XQueryException
- extends Exception
An exception indicating a static or dynamic XQuery error. For example, if the
syntax of the query is wrong, or if it references namespaces, variables, or
functions that have not been declared, or contains other static errors, or if
an error occurs during query execution.
- Author:
- whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XQueryException
public XQueryException(String message,
Throwable cause)
- Constructs an exception with the given message and underlying root cause.
XQueryException
public XQueryException(Throwable cause)
- Constructs an exception with the given underlying root cause.