Qizx/open API

net.axyana.qizxopen.xquery
Class XQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.axyana.qizxopen.xquery.XQueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XQEvalException, XQSyntaxException

public class XQueryException
extends java.lang.Exception

A XQueryException is a common superclass for different kinds of exceptions raised by XQuery compilation and execution.

See Also:
Serialized Form

Constructor Summary
XQueryException(java.lang.String reason)
           
XQueryException(java.lang.String reason, java.lang.Throwable e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryException

public XQueryException(java.lang.String reason)

XQueryException

public XQueryException(java.lang.String reason,
                       java.lang.Throwable e)

© 2005 Axyana Software