kAWT Version 0.25

java.awt
Class TooManyListenersException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.awt.TooManyListenersException

public class TooManyListenersException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
TooManyListenersException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyListenersException

public TooManyListenersException()

kAWT Version 0.25