public class PropertyException extends GriffonException
| Constructor and Description | 
|---|
| PropertyException(Class<?> klass,
                 String propertyName) | 
| PropertyException(Class<?> klass,
                 String propertyName,
                 Throwable cause) | 
| PropertyException(Object bean,
                 String propertyName) | 
| PropertyException(Object bean,
                 String propertyName,
                 Object value) | 
| PropertyException(Object bean,
                 String propertyName,
                 Object value,
                 Throwable cause) | 
| PropertyException(Object bean,
                 String propertyName,
                 Throwable cause) | 
checkNonBlank, checkNonNulladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyException(@Nonnull Object bean, @Nonnull String propertyName, @Nullable Object value)
public PropertyException(@Nonnull Object bean, @Nonnull String propertyName, @Nullable Object value, @Nonnull Throwable cause)
public PropertyException(@Nonnull Object bean, @Nonnull String propertyName, @Nonnull Throwable cause)