cs132.util
Class CommandLineLauncher.Exit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cs132.util.CommandLineLauncher.Exit
All Implemented Interfaces:
Serializable
Enclosing class:
CommandLineLauncher

public static final class CommandLineLauncher.Exit
extends RuntimeException

See Also:
Serialized Form

Field Summary
 int code
           
 
Constructor Summary
CommandLineLauncher.Exit()
           
CommandLineLauncher.Exit(int code)
           
 
Method Summary
 
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
 

Field Detail

code

public final int code
Constructor Detail

CommandLineLauncher.Exit

public CommandLineLauncher.Exit(int code)

CommandLineLauncher.Exit

public CommandLineLauncher.Exit()