public class MissingListenerException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
MissingListenerException(java.lang.String s,
java.lang.String className,
java.lang.String key) |
Constructs a MissingListenerException with the specified information.
|
| Modifier and Type | Method | Description |
|---|---|---|
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
|
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.public java.lang.String getClassName()
public java.lang.String getKey()
public java.lang.String toString()
toString in class java.lang.ThrowableCopyright ? 2018 Apache Software Foundation. All Rights Reserved.