|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.xquery.XQStackTraceVariable
public class XQStackTraceVariable
This class represents the list of variables and their values in an error stack.
XQStackTraceElement
,
XQQueryException
,
Serialized FormConstructor 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQStackTraceVariable(QName qname, 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 stack
Method Detail |
---|
public QName getQName()
QName
of the variable.
QName
of the variable in the stackpublic String getValue()
String
representation of the
value of the variable. This representation is
vendor specific.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |