|
||||||||||
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(java.lang.String s,
java.lang.String className,
java.lang.String key)
Constructs a MissingListenerException with the specified information. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets parameter passed by constructor. |
java.lang.String |
getKey()
Gets parameter passed by constructor. |
java.lang.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(java.lang.String s, java.lang.String className, java.lang.String key)
s
- the detail messageclassName
- the name of the listener classkey
- the key for the missing listener.Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getKey()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |