Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.samupert.univpm.eurostat.common.mapper.MappingException
- All Implemented Interfaces:
Serializable
Exception thrown when a mapping fails.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MappingException
Creates a newMappingException
.- Parameters:
message
- The message to display
-