Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot
Class ExitException  view ExitException download ExitException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byabbot.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.SecurityException

Provide a tagging interface and storage for attempted exits from code under test.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  int status
           
 
Fields inherited from class java.lang.SecurityException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ExitException(java.lang.String msg, int status)
           
 
Method Summary
 int getStatus()
           
 
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

status

private int status
Constructor Detail

ExitException

public ExitException(java.lang.String msg,
                     int status)
Method Detail

getStatus

public int getStatus()