Uses of Class
org.modelmapper.spi.ErrorMessage
Packages that use ErrorMessage
-
Uses of ErrorMessage in org.modelmapper
Methods in org.modelmapper that return types with arguments of type ErrorMessageModifier and TypeMethodDescriptionConfigurationException.getErrorMessages()Returns messages for the errors that caused this exception.MappingException.getErrorMessages()Returns messages for the errors that caused this exception.ValidationException.getErrorMessages()Returns messages for the errors that caused this exception.Constructor parameters in org.modelmapper with type arguments of type ErrorMessageModifierConstructorDescriptionConfigurationException(List<ErrorMessage> messages) MappingException(List<ErrorMessage> messages) ValidationException(List<ErrorMessage> messages)