java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.impl.QOM.NotYetImplementedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
QOM
@Deprecated(forRemoval=true)
public static class QOM.NotYetImplementedException
extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
- [#12425] - 3.16.0 - Missing implementations should be added
as soon as possible!
A marker interface for
QueryPart
methods that have not yet been
implemented.- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetImplementedException
public NotYetImplementedException()Deprecated, for removal: This API element is subject to removal in a future version.
-