Package com.github.dozermapper.core
Class MappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.dozermapper.core.MappingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionException,MetadataLookupException
public class MappingException extends RuntimeException
Runtime exception thrown by Dozer. RuntimeExceptions thrown from custom code called by Dozer during mapping (eg. custom converters) are not wrapped with MappingException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingException(String message)MappingException(String message, Throwable cause)MappingException(Throwable message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-