Package org.jdbi.v3.core.mapper
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.mapper.MappingException
- All Implemented Interfaces:
- Serializable
Thrown when a mapper fails to map the row to a result type.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMappingException(String message) MappingException(String string, Throwable throwable) MappingException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MappingException
- 
MappingException
- 
MappingException
 
-