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
|
getProperty
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2018 The Holon Platform. All rights reserved.