net.axyana.qizxopen.xquery
Class XQEvalException.StackFrame
java.lang.Object
net.axyana.qizxopen.xquery.XQSrcPoint
net.axyana.qizxopen.xquery.XQEvalException.StackFrame
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- XQEvalException
- public static class XQEvalException.StackFrame
- extends XQSrcPoint
An execution stack frame.
Except for the first one, represents a function call.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQEvalException.StackFrame
public XQEvalException.StackFrame()
getSignature
public java.lang.String getSignature()
- Returns the signature of the called function, or null in main query.
getCallingFrame
public XQEvalException.StackFrame getCallingFrame()