Package de.xima.fc.exceptions
Class PostPersistValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.xima.fc.exceptions.PostPersistValidationException
-
- All Implemented Interfaces:
Serializable
public class PostPersistValidationException extends RuntimeException
When form record validation failed after the form record was persisted. The form record should be deleted and the validation errors should be displayed to the user.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getValidationErrors()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-