java.io.Serializable
public class ExitStatusException extends BuildException
Constructor | 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 | Description |
---|---|---|
int |
getStatus() |
Get the status code.
|
getException, getLocation, setLocation, toString
public 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