javax.xml.xquery
public class XQStackTraceVariable extends Object implements Serializable
See Also:
XQStackTraceElement
XQQueryException
Constructor Summary | |
---|---|
XQStackTraceVariable(QName qname, String value)
Construct a stack trace variable object.
|
Method Summary | |
---|---|
QName | getQName()
Gets the QName of the variable.
|
String | getValue()
Gets a short string representation of the value of the
stack variable. |
Parameters: qname the QName of the variable in the error stack
value a vendor specific short string representation
of the value of the variable in the error stack
QName
of the variable.
Returns: the QName
of the variable in the stack
Returns: the String
representation of the
value of the variable. This representation is
vendor specific.