Modifier and Type | Field and Description |
---|---|
private static final long | |
private int | status
Status code |
Access | Constructor and Description |
---|---|
public | |
public | ExitStatusException(String
the associated message msg, int the associated status code status)Constructs an |
public | ExitStatusException(String
error message message, int exit status status, Location exit location location)Construct an exit status exception with location information too |
Modifier and Type | Method and Description |
---|---|
public int |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
status | back to summary |
---|---|
private int status Status code |
ExitStatusException | back to summary |
---|---|
public ExitStatusException(int status) Constructs an
|
ExitStatusException | back to summary |
---|---|
public ExitStatusException(String msg, int status) Constructs an
|
ExitStatusException | back to summary |
---|---|
public ExitStatusException(String message, int status, Location location) Construct an exit status exception with location information too |
getStatus | back to summary |
---|---|
public int getStatus() Get the status code.
|