Nux 1.4

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

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
 


Nux 1.4