|
||||||||||
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
BuildException + exit status.
Constructor Summary | |
ExitStatusException(int status)
Constructs an ExitStatusException . |
|
ExitStatusException(java.lang.String msg,
int status)
Constructs an ExitStatusException . |
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 codeMethod Detail |
public int getStatus()
int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |