|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.tools.ant.BuildException org.apache.tools.ant.ExitStatusException
public class ExitStatusException
BuildException + exit status.
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
int |
getStatus()
Get the status code. |
Methods inherited from class org.apache.tools.ant.BuildException |
---|
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 locationMethod Detail |
---|
public int getStatus()
int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |