public final class ReflectionException extends RuntimeException
ReflectUtils problems.| Constructor and Description |
|---|
ReflectionException()
Constructs a new
ReflectionException with null as its detail message. |
ReflectionException(String message)
Constructs a new
ReflectionException with the specified detail message. |
ReflectionException(String message,
Throwable cause)
Constructs a new
ReflectionException with the specified detail message and cause. |
ReflectionException(Throwable cause)
Constructs a new
ReflectionException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReflectionException()
ReflectionException with null as its detail message.public ReflectionException(String message)
ReflectionException with the specified detail message.message - exception messagepublic ReflectionException(String message, Throwable cause)
ReflectionException with the specified detail message and cause.message - exception messagecause - exception causepublic ReflectionException(Throwable cause)
ReflectionException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.