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(int status)
Constructs an ExitStatusException
.
status
- the associated status code
getStatus
public int getStatus()
Get the status code.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.