Package org.apache.calcite.rel.metadata
Class MetadataHandlerProvider.NoHandler
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.util.ControlFlowException
org.apache.calcite.rel.metadata.MetadataHandlerProvider.NoHandler
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JaninoRelMetadataProvider.NoHandler
- Enclosing interface:
MetadataHandlerProvider
Exception that indicates there there should be a handler for
this class but there is not. The action is probably to
re-generate the handler class.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.util.ControlFlowException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
relClass
-
-
Constructor Details
-
NoHandler
-