ariba.util.core
Class ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by ariba.util.core.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.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
 
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

code

public int code
The exit code

Constructor Detail

ExitException

public ExitException(int code)
Create an



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.