seda.sandStorm.api
Class EventHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by seda.sandStorm.api.EventHandlerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownEventException

public abstract class EventHandlerException
extends java.lang.Exception

This is a generic exception which an event handler can throw during event processing. It is an abstract class; only subclasses can be instantiated.

See Also:
UnknownEventException, Serialized Form

Constructor Summary
EventHandlerException()
           
EventHandlerException(java.lang.String s)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventHandlerException

public EventHandlerException()

EventHandlerException

public EventHandlerException(java.lang.String s)