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