public class XQStackTraceVariable
extends java.lang.Object
implements java.io.Serializable
XQStackTraceElementXQQueryException| Constructor and Description | 
|---|
| XQStackTraceVariable(javax.xml.namespace.QName qname, java.lang.String value)Construct a stack trace variable object. | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.xml.namespace.QName | getQName()Gets the  QNameof the variable. | 
| java.lang.String | getValue()Gets a short string representation of the value of the stack variable. | 
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.