Nux 1.6

nux.xom.xquery
Class XQueryException

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

Method Summary
 
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.6