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