public class PropertyNotFoundException extends MappingException
Indicates that an expected getter or setter method could not be found on a class.
| Constructor and Description |
|---|
PropertyNotFoundException(String message)
Constructs a PropertyNotFoundException given the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException(String message)
Constructs a PropertyNotFoundException given the specified message.
message - A message explaining the exception conditionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.