Class MetadataHandlerProvider.NoHandler

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JaninoRelMetadataProvider.NoHandler
Enclosing interface:
MetadataHandlerProvider

public static class MetadataHandlerProvider.NoHandler extends ControlFlowException
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 Details

  • Constructor Details

    • NoHandler

      public NoHandler(Class<? extends RelNode> relClass)