public class PropertyNotFoundException extends ReflectionException
| Constructor and Description |
|---|
PropertyNotFoundException() |
PropertyNotFoundException(String message) |
PropertyNotFoundException(String message,
Throwable cause) |
PropertyNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException()
public PropertyNotFoundException(String message)
public PropertyNotFoundException(Throwable cause)
public PropertyNotFoundException(String message, Throwable cause)