TooManyListenersException.TooManyListenersException
Class Overview | Class Members |
This Package |
All Packages
public TooManyListenersException()
Description
Constructs a TooManyListenersException with no detail message.
A detail message is a String that describes this particular exception.
public TooManyListenersException( String s )
Parameters
- s
- the detail message
Description
Constructs a TooManyListenersException with the specified detail message.
A detail message is a String that describes this particular exception.