Class BulkValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.error.validation.BulkValidationException
- All Implemented Interfaces:
Serializable
While
ValidationException
is useful for single-entity validation, this exception should
be used for throwing a single exception after validating multiple entities.- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BulkValidationException
-
-
Method Details