org.apache.tools.ant
Class ExitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--org.apache.tools.ant.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.SecurityException

Used to report exit status of classes which call System.exit()

See Also:
Serialized Form

Constructor Summary
ExitException(int status)
          Constructs an exit exception.
 
Method Summary
 int getStatus()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExitException

public ExitException(int status)
Constructs an exit exception.
Method Detail

getStatus

public int getStatus()


Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.