TooManyListenersException.TooManyListenersException

TooManyListenersException.TooManyListenersException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public TooManyListenersException()
Description
Constructs a TooManyListenersException with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
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.