javax.xml.xquery
public class XQStackTraceVariable extends java.lang.Object implements java.io.Serializable
XQStackTraceElement,
XQQueryException,
Serialized Form| Constructor and Description |
|---|
XQStackTraceVariable(javax.xml.namespace.QName qname,
java.lang.String value)
Construct a stack trace variable object.
|
public XQStackTraceVariable(javax.xml.namespace.QName qname,
java.lang.String value)
qname - the QName of the variable in the error stackvalue - a vendor specific short string representation
of the value of the variable in the error stackpublic javax.xml.namespace.QName getQName()
QName of the variable.QName of the variable in the stackpublic java.lang.String getValue()
String representation of the
value of the variable. This representation is
vendor specific.