Uses of Class
com.logicaldoc.core.validation.ValidationError
-
Packages that use ValidationError Package Description com.logicaldoc.core.validation -
-
Uses of ValidationError in com.logicaldoc.core.validation
Methods in com.logicaldoc.core.validation that return types with arguments of type ValidationError Modifier and Type Method Description Map<String,ValidationError>
ValidationException. getErrors()
Retrieves the map with the errors descriptionsMethods in com.logicaldoc.core.validation with parameters of type ValidationError Modifier and Type Method Description void
ValidationException. addError(ValidationError error)
Constructor parameters in com.logicaldoc.core.validation with type arguments of type ValidationError Constructor Description ValidationException(Collection<ValidationError> errors)
Creates a new session with the map of errorsValidationException(Collection<ValidationError> errors, Throwable cause)
Creates a new session with the map of errors
-