Class DataValidationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.systemwideinterfaces.core.DataValidationRuntimeException
- All Implemented Interfaces:
Serializable
This exception is thrown when data validation of an object member fails (on change, setValue or commit).
- See Also:
-
Constructor Summary
ConstructorDescriptionDataValidationRuntimeException
(String message) DataValidationRuntimeException
(String message, List<IDataValidation> failedValidations) -
Method Summary
Modifier and TypeMethodDescriptionList of failed validations.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataValidationRuntimeException
-
DataValidationRuntimeException
-
-
Method Details
-
getFailedValidations
List of failed validations.- Returns:
- failed validations
-