public class MissingListenerException extends RuntimeException
| Constructor and Description |
|---|
MissingListenerException(String s,
String className,
String key)
Constructs a MissingListenerException with the specified information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets parameter passed by constructor.
|
String |
getKey()
Gets parameter passed by constructor.
|
String |
toString()
Returns a printable representation of this object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MissingListenerException(String s, String className, String key)
s - the detail messageclassName - the name of the listener classkey - the key for the missing listener.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.