org.oXML.engine
Class ReturnException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.engine.ReturnException
All Implemented Interfaces:
java.io.Serializable

public class ReturnException
extends ObjectBoxException

See Also:
Serialized Form

Constructor Summary
ReturnException(Node result)
           
 
Method Summary
 Node getResult()
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

ReturnException

public ReturnException(Node result)
Method Detail

getResult

public Node getResult()