org.oXML.engine
Class TerminateException

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

public class TerminateException
extends ObjectBoxException

See Also:
Serialized Form

Constructor Summary
TerminateException(java.lang.String reason)
           
 
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

TerminateException

public TerminateException(java.lang.String reason)