public class ExitStatusException extends BuildException
| Constructor and Description | 
|---|
| ExitStatusException(int status)Constructs an  ExitStatusException. | 
| ExitStatusException(java.lang.String msg,
                   int status)Constructs an  ExitStatusException. | 
| ExitStatusException(java.lang.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. | 
getException, getLocation, setLocation, toStringpublic ExitStatusException(int status)
ExitStatusException.status - the associated status codepublic ExitStatusException(java.lang.String msg,
                   int status)
ExitStatusException.msg - the associated messagestatus - the associated status codepublic ExitStatusException(java.lang.String message,
                   int status,
                   Location location)
message - error messagestatus - exit statuslocation - exit location