org.apache.batik.util.gui.resource
public class MissingListenerException extends RuntimeException
Constructor Summary | |
---|---|
MissingListenerException(String s, String className, String key)
Constructs a MissingListenerException with the specified information.
|
Method Summary | |
---|---|
String | getClassName()
Gets parameter passed by constructor. |
String | getKey()
Gets parameter passed by constructor. |
String | toString()
Returns a printable representation of this object |
Parameters: s the detail message className the name of the listener class key the key for the missing listener.