java.util
public class TooManyListenersException extends Exception
Since: 1.1
See Also: EventListener EventObject
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
TooManyListenersException()
Constructs a TooManyListenersException with no detail message. | |
TooManyListenersException(String detail)
Constructs a TooManyListenersException with a detail message.
|
Parameters: detail the detail message