public abstract class ReflectionException extends RuntimeException implements AttributeReadMessage, AttributeReadMessageCode
ReflectionException is thrown if an operation based on reflection
failed.| Modifier and Type | Field and Description |
|---|---|
protected static String |
KEY_ACCESSIBLE
Key for the NLS message.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ReflectionException(String message,
Throwable cause)
The constructor.
|
ReflectionException(Throwable cause)
The constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagegetCodeprivate static final long serialVersionUID
protected static final String KEY_ACCESSIBLE
public ReflectionException(String message, Throwable cause)
message - - see Throwable.getMessage().cause - - see Throwable.getCause().public ReflectionException(Throwable cause)
cause - - see Throwable.getCause().Copyright © 2001–2019 mmm-Team. All rights reserved.