seda.sandStorm.api
Class EventHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byseda.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.

Author:
Matt Welsh
See Also:
UnknownEventException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
EventHandlerException()
           
EventHandlerException(java.lang.String s)
           
 
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)