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