Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.openadmin.server.service.ValidationException
- All Implemented Interfaces:
Serializable
Thrown when an entity fails validation when attempting to populate an actual Hibernate entity based on its DTO
representation
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(Entity entity) ValidationException
(Entity entity, String message) -
Method Summary
Methods inherited from class org.broadleafcommerce.common.exception.ServiceException
containsCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
entity
-
-
Constructor Details
-
ValidationException
-
ValidationException
-
-
Method Details
-
getEntity
-
setEntity
-