org.apache.tools.ant
public class ExitException extends SecurityException
See Also: NoExitSecurityManager
Constructor Summary | |
---|---|
ExitException(int status)
Constructs an exit exception. | |
ExitException(String msg, int status)
Constructs an exit exception. |
Method Summary | |
---|---|
int | getStatus()
The status code returned by System.exit()
|
Parameters: status the status code returned via System.exit()
Parameters: msg the message to be displayed. status the status code returned via System.exit()
Returns: the status code returned by System.exit()