anvil.script
Class ExitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--anvil.script.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.RuntimeException

class ExitException

See Also:
Serialized Form

Constructor Summary
ExitException()
           
ExitException(Any value)
           
 
Method Summary
 Any getExitValue()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExitException

public ExitException()

ExitException

public ExitException(Any value)
Method Detail

getExitValue

public Any getExitValue()