public final class ReflectionException extends RuntimeException
| Constructor and Description |
|---|
ReflectionException(String message)
Creates a ReflectionException with the given message
|
ReflectionException(String message,
Throwable cause)
Creates a ReflectionException with the given message and cause
|
ReflectionException(Throwable cause)
Creates a ReflectionException with the given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReflectionException(String message)
message - The messagepublic ReflectionException(String message, Throwable cause)
message - The messagecause - The causepublic ReflectionException(Throwable cause)
cause - The causeCopyright © 2018. All rights reserved.