Uses of Class
org.modelmapper.spi.ErrorMessage
-
Packages that use ErrorMessage Package Description org.modelmapper ModelMapper is an intelligent object mapping library. -
-
Uses of ErrorMessage in org.modelmapper
Methods in org.modelmapper that return types with arguments of type ErrorMessage Modifier and Type Method Description Collection<ErrorMessage>
ConfigurationException. getErrorMessages()
Returns messages for the errors that caused this exception.Collection<ErrorMessage>
MappingException. getErrorMessages()
Returns messages for the errors that caused this exception.Collection<ErrorMessage>
ValidationException. getErrorMessages()
Returns messages for the errors that caused this exception.Constructor parameters in org.modelmapper with type arguments of type ErrorMessage Constructor Description ConfigurationException(List<ErrorMessage> messages)
MappingException(List<ErrorMessage> messages)
ValidationException(List<ErrorMessage> messages)
-