Serialized Form


Package javax.xml.xquery

Class javax.xml.xquery.XQCancelledException extends XQQueryException implements Serializable

Class javax.xml.xquery.XQConnectionEvent extends EventObject implements Serializable

Serialized Fields

ex

XQException ex
The XQException that will be thrown to the application when an error occurs and the pooled connection is no longer usable.

Class javax.xml.xquery.XQException extends Exception implements Serializable

Serialized Fields

vendorCode

String vendorCode

nextException

XQException nextException

Class javax.xml.xquery.XQQueryException extends XQException implements Serializable

Serialized Fields

errorCode

QName errorCode

errorObject

XQSequence errorObject

stackTrace

XQStackTraceElement[] stackTrace

line

int line

column

int column

position

int position

moduleURI

String moduleURI

Class javax.xml.xquery.XQStackTraceElement extends Object implements Serializable

Serialized Fields

module

String module

line

int line

column

int column

position

int position

function

QName function

variables

XQStackTraceVariable[] variables

Class javax.xml.xquery.XQStackTraceVariable extends Object implements Serializable

Serialized Fields

qname

QName qname

value

String value