org.lwes
Class EventSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lwes.EventSystemException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeNotSetException, NoSuchAttributeException, NoSuchAttributeTypeException, NoSuchEventException

public class EventSystemException
extends java.lang.Exception

This is the parent class of all the Exceptions thrown by the event system

Author:
Anthony Molinaro
See Also:
Serialized Form

Constructor Summary
EventSystemException(java.lang.String s)
          Overrides Exception constructor
EventSystemException(java.lang.String s, java.lang.Throwable e)
          Overrides the Exception constructor
EventSystemException(java.lang.Throwable e)
          Overrides Exception constructor
 
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

EventSystemException

public EventSystemException(java.lang.Throwable e)
Overrides Exception constructor

Parameters:
e - the parent exception

EventSystemException

public EventSystemException(java.lang.String s)
Overrides Exception constructor

Parameters:
s - the exception message

EventSystemException

public EventSystemException(java.lang.String s,
                            java.lang.Throwable e)
Overrides the Exception constructor

Parameters:
s - the exception message
e - the parent exception