public class ExitStatusException extends BuildException
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Get the status code.
|
getLocation, setLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTracepublic ExitStatusException(int status)
ExitStatusException.status - the associated status codepublic ExitStatusException(String msg, int status)
ExitStatusException.msg - the associated messagestatus - the associated status code