public class PropertyNotReadableException extends SourceTransformerException
| Constructor and Description | 
|---|
| PropertyNotReadableException(Object target,
                            String name)Constructor. | 
| PropertyNotReadableException(Object target,
                            String name,
                            String detail)Constructor. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotReadableException(Object target, String name)
target - the object on which the property was unsuccessfully read.name - the name of the property which was unsuccessfully read.public PropertyNotReadableException(Object target, String name, String detail)
target - the object on which the property was unsuccessfully read.name - the name of the property which was unsuccessfully read.detail - a detail cause which is appended to the error message.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.