Package org.modelmapper
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modelmapper.ConfigurationException
- All Implemented Interfaces:
Serializable
Thrown when invalid configuration is detected.
- 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
-
ConfigurationException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getErrorMessages
Returns messages for the errors that caused this exception.
-