Package org.jdbi.v3.core.mapper
Class NoSuchMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.mapper.NoSuchMapperException
- All Implemented Interfaces:
 Serializable
Thrown when you attempt to map a type that 
Jdbi doesn't have a
 registered mapper factory for.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMapperException(String message) NoSuchMapperException(String string, Throwable throwable) NoSuchMapperException(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
- 
NoSuchMapperException
 - 
NoSuchMapperException
 - 
NoSuchMapperException
 
 -