| 
 | Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   javax.xml.xquery.XQStackTraceVariable
javax.xml.xquery.XQStackTraceVariable
public class XQStackTraceVariable
This class represents the list of variables and their values in an error stack.
XQStackTraceElementXQQueryException| Constructor Summary | |
|---|---|
| XQStackTraceVariable(javax.xml.namespace.QName qname, java.lang.String value)Construct a stack trace variable object. | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
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 stack| Method Detail | 
|---|
public 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.| 
 | Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.