public static class Property.PropertyReadException extends Property.PropertyAccessException
| Constructor and Description |
|---|
PropertyReadException(Property<?> property,
String message)
Constructor with error message
|
PropertyReadException(Property<?> property,
String message,
Throwable cause)
Constructor with error message and nested exception
|
PropertyReadException(Property<?> property,
Throwable cause)
Constructor with nested exception
|
getPropertyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyReadException(Property<?> property, String message)
property - Property to which exception is relatedmessage - Error messagepublic PropertyReadException(Property<?> property, Throwable cause)
property - Property to which exception is relatedcause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.