public class NoSuchPropertyException extends SourceTransformerException
| Modifier | Constructor and Description | 
|---|---|
|   | NoSuchPropertyException(Object target,
                       String name,
                       List<String> prefixList,
                       List<String> suffixList)Constructor. | 
| protected  | NoSuchPropertyException(String message)Constructor. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchPropertyException(Object target, String name, List<String> prefixList, List<String> suffixList)
target - the object on which the property was unsuccessfully
        accessed.name - the name of the property which was unsuccessfully accessed.prefixList - list of prefixessuffixList - list of suffixesprotected NoSuchPropertyException(String message)
message - The exception message.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.