public class PropertyNotFoundException extends RuntimeException
| Constructor and Description |
|---|
PropertyNotFoundException(Class klass,
Class type,
String fieldName)
Constructs with class and fieldName cannot be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException(Class klass, Class type, String fieldName)
klass - Class where field cannot be found.type - the type of the field that was being looked forfieldName - field cannot be found property.Copyright © 2014 JBoss by Red Hat. All rights reserved.