com.judoscript
Class ExceptionExit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.judoscript.ExceptionExit
All Implemented Interfaces:
java.io.Serializable

public class ExceptionExit
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExceptionExit(java.lang.String msg)
           
 
Method Summary
 void doExit()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ExceptionExit

public ExceptionExit(java.lang.String msg)
Method Detail

doExit

public void doExit()