|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
ariba.util.core.ExitException
public class ExitException
If Util.ExitException is true, SystemUtil.exit will throw an ExitException instead of calling System.exit for the purposes of the TestHarness. This is an Error to make it as unlikely as possible that someone might catch it, which is more common for RunTimeExceptions.
Field Summary | |
---|---|
int |
code
The exit code |
Constructor Summary | |
---|---|
ExitException(int code)
Create an |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int code
Constructor Detail |
---|
public ExitException(int code)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |