org.apache.batik.util.gui.resource

Class MissingListenerException

public class MissingListenerException extends RuntimeException

Signals a missing listener
Constructor Summary
MissingListenerException(String s, String className, String key)
Constructs a MissingListenerException with the specified information.
Method Summary
StringgetClassName()
Gets parameter passed by constructor.
StringgetKey()
Gets parameter passed by constructor.
StringtoString()
Returns a printable representation of this object

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 B) 2007 Apache Software Foundation. All Rights Reserved.