Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cmsfacades.exception.ValidationException
- All Implemented Interfaces:
Serializable
Exception thrown when there is any problem when validating request data.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.validation.Errors -
Constructor Summary
ConstructorsConstructorDescriptionValidationException(ValidationErrors validationErrors) ValidationException(org.springframework.validation.Errors validationObject) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.validation.ErrorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
validationObject
protected final transient org.springframework.validation.Errors validationObject
-
-
Constructor Details
-
ValidationException
public ValidationException(org.springframework.validation.Errors validationObject) -
ValidationException
-
-
Method Details
-
getValidationObject
public org.springframework.validation.Errors getValidationObject() -
getValidationErrors
-