Class NoSuchMapperException

All Implemented Interfaces:
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:
  • Constructor Details

    • NoSuchMapperException

      public NoSuchMapperException(String string, Throwable throwable)
    • NoSuchMapperException

      public NoSuchMapperException(Throwable cause)
    • NoSuchMapperException

      public NoSuchMapperException(String message)