|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.util.gui.resource.MissingListenerException
public class MissingListenerException
Signals a missing listener
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 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MissingListenerException(String s, String className, String key)
s
- the detail messageclassName
- the name of the listener classkey
- the key for the missing listener.Method Detail |
---|
public String getClassName()
public String getKey()
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |