Nux 1.0a5

nux.xom.xquery
Class XQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynux.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

Constructor Summary
XQueryException(String message, Throwable cause)
          Constructs an exception with the given message and underlying root cause.
XQueryException(Throwable cause)
          Constructs an exception with the given underlying root cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Nux 1.0a5