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

public class MissingListenerException extends RuntimeException
Signals a missing listener
See Also:
  • Constructor Details

    • 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 Details

    • 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
      Overrides:
      toString in class Throwable