Package org.jdbi.v3.core.collector
Class NoSuchCollectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.collector.NoSuchCollectorException
- All Implemented Interfaces:
Serializable
Thrown when Jdbi tries to produce a result Collector
but doesn't have a factory to produce it with.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchCollectorException
(String message) NoSuchCollectorException
(String string, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchCollectorException
-
NoSuchCollectorException
-
NoSuchCollectorException
-