org.gscg.common.gui.exceptions
Class ReceivedUnknownEventException
java.lang.Object
org.gscg.common.gui.exceptions.ReceivedUnknownEventException
- public class ReceivedUnknownEventException
- extends java.lang.Object
The ReceivedUnknownEventException is fired when an event listener receives an
event but the listener has no logic to process the event, or the eventtype.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
- Since:
- 1.0.0
- Version:
- $Revision: 1.1 $ $Date: 2005/06/16 12:33:55 $
- Author:
- Stijn-Pieter
van Houten
Constructor Summary |
ReceivedUnknownEventException(java.lang.Object caller,
java.lang.String methodName,
nl.tudelft.simulation.event.EventType eventType)
constructs a new ReceivedUnknownEventException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivedUnknownEventException
public ReceivedUnknownEventException(java.lang.Object caller,
java.lang.String methodName,
nl.tudelft.simulation.event.EventType eventType)
- constructs a new ReceivedUnknownEventException
- Parameters:
caller
- the callermethodName
- the name of the methodeventType
- the name of the eventtype which is unknown
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.