org.apache.tools.ant
Class ExitStatusException
public class ExitStatusException
BuildException + exit status.
ExitStatusException
public ExitStatusException(String msg,
int status)
Constructs an ExitStatusException
.
msg
- the associated messagestatus
- the associated status code
ExitStatusException
public ExitStatusException(String message,
int status,
Location location)
Construct an exit status exception with location information too
message
- error messagestatus
- exit statuslocation
- exit location
ExitStatusException
public ExitStatusException(int status)
Constructs an ExitStatusException
.
status
- the associated status code
getStatus
public int getStatus()
Get the status code.