Class JaninoRelMetadataProvider.NoHandler

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JaninoRelMetadataProvider

    public static class JaninoRelMetadataProvider.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Class<? extends RelNode> relClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoHandler​(java.lang.Class<? extends RelNode> relClass)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • relClass

        public final java.lang.Class<? extends RelNode> relClass
    • Constructor Detail

      • NoHandler

        public NoHandler​(java.lang.Class<? extends RelNode> relClass)