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
- Version:
- $Id: MissingListenerException.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
className
The class name of the listener bundle requested -
key
The name of the specific listener requested by the user
-
-
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