public class ReflectionException
extends java.lang.RuntimeException
ReflectiveOperationException
.Constructor and Description |
---|
ReflectionException()
Creates a new instance with no detail message.
|
ReflectionException(java.lang.String message)
Creates a new instance with the given detail message.
|
ReflectionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
ReflectionException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public ReflectionException()
public ReflectionException(@Nullable java.lang.String message)
public ReflectionException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public ReflectionException(@Nullable java.lang.Throwable cause)