org.apache.batik.util.gui.resource
Class MissingListenerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.batik.util.gui.resource.MissingListenerException
All Implemented Interfaces:
Serializable

public class MissingListenerException
extends RuntimeException

Signals a missing listener

See Also:
Serialized Form

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

MissingListenerException

public MissingListenerException(String s,
                                String className,
                                String key)
Constructs a MissingListenerException with the specified information. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message
className - the name of the listener class
key - the key for the missing listener.
Method Detail

getClassName

public String getClassName()
Gets parameter passed by constructor.


getKey

public String getKey()
Gets parameter passed by constructor.


toString

public String toString()
Returns a printable representation of this object



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.