org.apache.tools.ant
Class ExitException
SecurityException
org.apache.tools.ant.ExitException
public class ExitException
extends SecurityException
Used to report exit status of classes which call System.exit().
int | getStatus() - The status code returned by System.exit()
|
ExitException
public ExitException(String msg,
int status)
Constructs an exit exception.
msg
- the message to be displayed.status
- the status code returned via System.exit()
ExitException
public ExitException(int status)
Constructs an exit exception.
status
- the status code returned via System.exit()
getStatus
public int getStatus()
The status code returned by System.exit()
- the status code returned by System.exit()
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.