net.axyana.qizxopen.xquery
Class XQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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
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 |
XQueryException
public XQueryException(java.lang.String reason)
XQueryException
public XQueryException(java.lang.String reason,
java.lang.Throwable e)
getXQueryCode
public java.lang.String getXQueryCode()
setXQueryCode
public void setXQueryCode(java.lang.String queryCode)