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