public class PropertyReflectionException extends Exception
Thrown if an error occurs during the reflection of a property.
| Constructor and Description |
|---|
PropertyReflectionException(String message)
Constructs a new exception with the specified detail message.
|
PropertyReflectionException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyReflectionException(String message)
Constructs a new exception with the specified detail message.
message - The detail message.Copyright © 2015–2019. All rights reserved.