java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.TemplatingException
- All Implemented Interfaces:
Serializable
An exception that occurs with plain
SQL
templating.
Possible exceptions occur when the number of placeholders and the number of
provided QueryPart
objects mismatch.
- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
ConstructorDescriptionTemplatingException
(String message) TemplatingException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclass
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplatingException
-
TemplatingException
-