Class MissingListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.util.gui.resource.MissingListenerException
- All Implemented Interfaces:
Serializable
Signals a missing listener
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingListenerException
(String s, String className, String key) Constructs a MissingListenerException with the specified information. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MissingListenerException
Constructs a MissingListenerException with the specified information. A detail message is a String that describes this particular exception.- Parameters:
s
- the detail messageclassName
- the name of the listener classkey
- the key for the missing listener.
-
-
Method Details