net.mlw.gfw.event
Class InvalidEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.mlw.gfw.event.InvalidEventException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEventException
extends java.lang.RuntimeException

Exception thrown when event can not be processed by the given EventHandler.

Version:
$Revision: 1.3 $ $Date: 2004/06/29 20:32:57 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
InvalidEventException(net.mlw.gfw.event.EventHandler consumer, net.mlw.gfw.event.Event event)
          Default constructor.
 
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

InvalidEventException

public InvalidEventException(net.mlw.gfw.event.EventHandler consumer,
                             net.mlw.gfw.event.Event event)
Default constructor.

Parameters:
consumer - The EventHandler that could not handel the Event.
event - The Event not handled.


Copyright © 2003-2004 mlavilson. All Rights Reserved.