Package com.mayam.wf.attributes.shared
Class AttributeValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mayam.wf.attributes.shared.AttributeValidationException
- All Implemented Interfaces:
Serializable
Thrown when a constraint violation was found during attribute updates.
- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAttributeValidationException
(AttributeValidationException.FailureType type, String constraint, String value) AttributeValidationException
(AttributeValidationException.FailureType type, String constraint, String value, Attribute attr) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getType
-
getConstraint
-
getValue
-
getAttribute
-