public class ReflectionException
extends java.lang.RuntimeException
Reflect exception is thrown by the Property to indicate
that a requested reflection action is denied.
Property.get(Object),
Property.set(Object, Object),
Serialized Form| Constructor and Description |
|---|
ReflectionException(java.lang.String message)
Constructs an
ReflectionException with the
specified, detailed message. |
ReflectionException(java.lang.String message,
java.lang.Throwable cause)
Constructs an
ReflectionException with the
specified, detailed message and a throwable cause. |
public ReflectionException(java.lang.String message,
java.lang.Throwable cause)
ReflectionException with the
specified, detailed message and a throwable cause.message - the detail messagecause - the throwable cause messagepublic ReflectionException(java.lang.String message)
ReflectionException with the
specified, detailed message.message - the detail messageCopyright © 2015 Minimalcode. All Rights Reserved.