org.oXML.xpath.function
Class FunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
                  extended byorg.oXML.xpath.function.FunctionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObjectBoxProcessingException, ProgramException

public class FunctionException
extends XPathException

See Also:
Serialized Form

Constructor Summary
FunctionException(StackFrame frame, java.lang.Throwable cause)
           
FunctionException(java.lang.String msg)
           
FunctionException(java.lang.String msg, java.lang.Throwable cause)
           
FunctionException(java.lang.Throwable cause)
           
 
Method Summary
 void addStackFrame(StackFrame frame)
           
 java.lang.String getMessage()
           
 StackFrame[] getStackFrames()
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionException

public FunctionException(java.lang.Throwable cause)

FunctionException

public FunctionException(java.lang.String msg)

FunctionException

public FunctionException(java.lang.String msg,
                         java.lang.Throwable cause)

FunctionException

public FunctionException(StackFrame frame,
                         java.lang.Throwable cause)
Method Detail

addStackFrame

public void addStackFrame(StackFrame frame)

getStackFrames

public StackFrame[] getStackFrames()

getMessage

public java.lang.String getMessage()