Module is.codion.framework.domain
Class AttributeValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.framework.domain.entity.exception.AttributeValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidItemException,NullValueException
Indicates that an attribute value is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeValidationException(Attribute<?> attribute, @Nullable Object value, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeValidationException
- Parameters:
attribute- the attributevalue- the valuemessage- the message
-
-
Method Details
-
attribute
- Returns:
- the attribute
-
value
- Returns:
- the value
-