jxl.enshell
Class ReturnEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jxl.enshell.EventException
                  extended by jxl.enshell.ReturnEventException
All Implemented Interfaces:
java.io.Serializable

public class ReturnEventException
extends EventException

Author:
Alex Lynch (jxlynch@users.sf.net)
See Also:
Serialized Form

Field Summary
static java.lang.Object VOID
           
 
Constructor Summary
ReturnEventException()
          Creates a new instance of ReturnEventException
ReturnEventException(java.lang.Object retVal)
           
 
Method Summary
 java.lang.Object getReturnValue()
           
 
Methods inherited from class jxl.enshell.EventException
fillInStackTrace, getStackTrace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VOID

public static final java.lang.Object VOID
Constructor Detail

ReturnEventException

public ReturnEventException()
Creates a new instance of ReturnEventException


ReturnEventException

public ReturnEventException(java.lang.Object retVal)
Method Detail

getReturnValue

public java.lang.Object getReturnValue()