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 SummaryConstructorsConstructorDescriptionNoSuchMapperException(String message) NoSuchMapperException(String string, Throwable throwable) NoSuchMapperException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchMapperException
- 
NoSuchMapperException
- 
NoSuchMapperException
 
-