|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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 code
public ExitStatusException(java.lang.String msg,
int status)
ExitStatusException.
msg - the associated messagestatus - the associated status code| Method Detail |
public int getStatus()
int
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||