org.apache.tools.ant.util.optional.NoExitSecurityManager
, org.apache.tools.ant.types.Permissions
Modifier and Type | Field and Description |
---|---|
private static final long | |
private int | status
Status code |
Access | Constructor and Description |
---|---|
public | |
public | ExitException(String
the message to be displayed. msg, int the status code returned via System.exit() status)Constructs an exit exception. |
Modifier and Type | Method and Description |
---|---|
public int | Returns: the status code returned by System.exit()The status code returned by System.exit() |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
status | back to summary |
---|---|
private int status Status code |
ExitException | back to summary |
---|---|
public ExitException(int status) Constructs an exit exception.
|
ExitException | back to summary |
---|---|
public ExitException(String msg, int status) Constructs an exit exception.
|
getStatus | back to summary |
---|---|
public int getStatus() The status code returned by System.exit()
|