Class NoSuchMapperException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchMapperException
    extends JdbiException
    Thrown when you attempt to map a type that Jdbi doesn't have a registered mapper factory for.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchMapperException

        public NoSuchMapperException​(java.lang.String string,
                                     java.lang.Throwable throwable)
      • NoSuchMapperException

        public NoSuchMapperException​(java.lang.Throwable cause)
      • NoSuchMapperException

        public NoSuchMapperException​(java.lang.String message)