jxl.enshell
Class EventException

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

public abstract class EventException
extends java.lang.RuntimeException

Dang tricky class. I got this idea from a thread at javalobby. This is the base class to use for special control funtions durring eval. i.e. 'return', 'continue', 'break'

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

Constructor Summary
EventException()
          Creates a new instance of EventException
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 java.lang.StackTraceElement[] 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
 

Constructor Detail

EventException

public EventException()
Creates a new instance of EventException

Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable

getStackTrace

public java.lang.StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class java.lang.Throwable