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