hep.lcd.util.event
Class EventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.lcd.util.error.LCDException
                          |
                          +--hep.lcd.util.event.EventException

public class EventException
extends LCDException

See Also:
Serialized Form
Source Code:
EventException.java

Constructor Summary
EventException(String message)
           
 
Methods inherited from class hep.lcd.util.error.LCDException
getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventException

public EventException(String message)


The LCD Group