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 Summary
ConstructorsConstructorDescriptionMappingException(String message) MappingException(String string, Throwable throwable) MappingException(Throwable cause)  - 
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
 - 
MappingException
 - 
MappingException
 
 -