Package org.apache.calcite.rel.metadata
Class JaninoRelMetadataProvider.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
org.apache.calcite.rel.metadata.JaninoRelMetadataProvider.NoHandler
- All Implemented Interfaces:
Serializable
- Enclosing class:
JaninoRelMetadataProvider
@Deprecated
public static class JaninoRelMetadataProvider.NoHandler
extends MetadataHandlerProvider.NoHandler
Deprecated.
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. Use
MetadataHandlerProvider.NoHandler
instead.- See Also:
-
Field Summary
Fields inherited from class org.apache.calcite.rel.metadata.MetadataHandlerProvider.NoHandler
relClass
-
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
-
Constructor Details
-
NoHandler
Deprecated.
-