Serialized Form
-
Package javax.xml.xquery
-
Exception Class javax.xml.xquery.XQCancelledException
class XQCancelledException extends XQQueryException implements Serializable -
Class javax.xml.xquery.XQConnectionEvent
class 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.
-
-
-
Exception Class javax.xml.xquery.XQException
class XQException extends Exception implements Serializable-
Serialized Fields
-
nextException
XQException nextException
Query exception. -
vendorCode
String vendorCode
Vendor code.
-
-
-
Exception Class javax.xml.xquery.XQQueryException
class 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
class 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
class XQStackTraceVariable extends Object implements Serializable
-