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 SummaryConstructorsConstructorDescriptionTemplatingException(String message) TemplatingException(String message, Throwable throwable) 
- 
Method SummaryMethods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TemplatingException
- 
TemplatingException
 
-