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
TheXQExceptionthat 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
-
nextException
XQException nextException
Query exception. -
vendorCode
String vendorCode
Vendor code.
-
-
-
Class javax.xml.xquery.XQQueryException extends XQException implements Serializable
-
Serialized Fields
-
column
int column
Error column. -
errorCode
QName errorCode
Error code. -
errorObject
XQSequence errorObject
Error object. -
line
int line
Error line. -
moduleURI
String moduleURI
Module URI. -
position
int position
Error position. -
stackTrace
XQStackTraceElement[] stackTrace
Stack trace.
-
-
-
Class javax.xml.xquery.XQStackTraceElement extends Object implements Serializable
-
Serialized Fields
-
column
int column
Column. -
function
QName function
Function name. -
line
int line
Line. -
module
String module
Module. -
position
int position
Position. -
variables
XQStackTraceVariable[] variables
Stack trace variables.
-
-
-
Class javax.xml.xquery.XQStackTraceVariable extends Object implements Serializable
-