org.oXML.engine
Class ObjectBoxProcessingException

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
                      extended byorg.oXML.engine.ObjectBoxProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ObjectBoxProcessingException
extends FunctionException

See Also:
Serialized Form

Constructor Summary
ObjectBoxProcessingException(Node context, java.lang.String msg)
           
ObjectBoxProcessingException(Node context, java.lang.String msg, java.lang.Throwable cause)
           
ObjectBoxProcessingException(Node context, java.lang.Throwable cause)
           
ObjectBoxProcessingException(java.lang.Throwable cause)
           
 
Method Summary
 Node getContextNode()
           
 
Methods inherited from class org.oXML.xpath.function.FunctionException
addStackFrame, getMessage, 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

ObjectBoxProcessingException

public ObjectBoxProcessingException(java.lang.Throwable cause)

ObjectBoxProcessingException

public ObjectBoxProcessingException(Node context,
                                    java.lang.Throwable cause)

ObjectBoxProcessingException

public ObjectBoxProcessingException(Node context,
                                    java.lang.String msg,
                                    java.lang.Throwable cause)

ObjectBoxProcessingException

public ObjectBoxProcessingException(Node context,
                                    java.lang.String msg)
Method Detail

getContextNode

public Node getContextNode()