Package org.modelmapper
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modelmapper.MappingException
- All Implemented Interfaces:
Serializable
Indicates that an error has occurred during a mapping operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns messages for the errors that caused this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MappingException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getErrorMessages
Returns messages for the errors that caused this exception.
-