org.apache.tools.ant
public class ExitStatusException extends BuildException
Since: Ant 1.7
| Constructor Summary | |
|---|---|
| ExitStatusException(int status)
Constructs an ExitStatusException. | |
| ExitStatusException(String msg, int status)
Constructs an ExitStatusException. | |
| ExitStatusException(String message, int status, Location location)
Construct an exit status exception with location information too | |
| Method Summary | |
|---|---|
| int | getStatus()
Get the status code. |
ExitStatusException.Parameters: status the associated status code
ExitStatusException.Parameters: msg the associated message status the associated status code
Parameters: message error message status exit status location exit location
Returns: int