org.experlog.gencode
Class ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.experlog.gencode.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExitException(boolean exitAll)
           
 
Method Summary
 boolean exitAll()
           
 
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

ExitException

public ExitException(boolean exitAll)
Method Detail

exitAll

public boolean exitAll()