ariba.util.core
Class ExitException
java.lang.Object
java.lang.Throwable
java.lang.Error
ariba.util.core.ExitException
- All Implemented Interfaces:
- Serializable
public class ExitException
- extends Error
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.
- See Also:
- Serialized Form
|
Field Summary |
int |
code
The exit code |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
code
public int code
- The exit code
ExitException
public ExitException(int code)
- Create an
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.