net.sf.saxon.javax.xml.xquery
Class XQQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.saxon.javax.xml.xquery.XQException
              extended by net.sf.saxon.javax.xml.xquery.XQQueryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XQCancelledException

public class XQQueryException
extends XQException

XQJ interfaces reconstructed from version 0.5 documentation

See Also:
Serialized Form

Constructor Summary
XQQueryException(String message)
           
XQQueryException(String message, QName errorCode)
           
XQQueryException(String message, QName errorCode, int line, int column, int position)
           
XQQueryException(String message, String vendorCode, QName errorCode, int line, int column, int position)
           
XQQueryException(String message, String vendorCode, QName errorCode, int line, int column, int position, String moduleURI, XQSequence errorObject, XQStackTraceElement[] trace)
           
 
Method Summary
 int getColumnNumber()
           
 QName getErrorCode()
           
 XQSequence getErrorObject()
           
 int getLineNumber()
           
 String getModuleURI()
           
(package private)  int getPosition()
           
(package private)  XQStackTraceElement[] getQueryStackTrace()
           
 
Methods inherited from class net.sf.saxon.javax.xml.xquery.XQException
getNextException, getVendorCode, setNextException
 
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

XQQueryException

XQQueryException(String message)

XQQueryException

XQQueryException(String message,
                 QName errorCode)

XQQueryException

XQQueryException(String message,
                 QName errorCode,
                 int line,
                 int column,
                 int position)

XQQueryException

XQQueryException(String message,
                 String vendorCode,
                 QName errorCode,
                 int line,
                 int column,
                 int position)

XQQueryException

XQQueryException(String message,
                 String vendorCode,
                 QName errorCode,
                 int line,
                 int column,
                 int position,
                 String moduleURI,
                 XQSequence errorObject,
                 XQStackTraceElement[] trace)
Method Detail

getColumnNumber

public int getColumnNumber()

getErrorCode

public QName getErrorCode()

getErrorObject

public XQSequence getErrorObject()

getLineNumber

public int getLineNumber()

getModuleURI

public String getModuleURI()

getPosition

int getPosition()

getQueryStackTrace

XQStackTraceElement[] getQueryStackTrace()