Qizx/open API

net.axyana.qizxopen.xquery
Class XQEvalException.StackFrame

java.lang.Object
  extended bynet.axyana.qizxopen.xquery.XQSrcPoint
      extended bynet.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

Constructor Summary
XQEvalException.StackFrame()
           
 
Method Summary
 XQEvalException.StackFrame getCallingFrame()
           
 java.lang.String getSignature()
          Returns the signature of the called function, or null in main query.
 
Methods inherited from class net.axyana.qizxopen.xquery.XQSrcPoint
getColumnNumber, getLineNumber, getModuleURI, getOffset, getSourceLine, setLocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQEvalException.StackFrame

public XQEvalException.StackFrame()
Method Detail

getSignature

public java.lang.String getSignature()
Returns the signature of the called function, or null in main query.


getCallingFrame

public XQEvalException.StackFrame getCallingFrame()

© 2005 Axyana Software