Class RelConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RelConversionException
    extends java.lang.Exception
    An Exception thrown when attempting conversion to a set of RelNodes.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RelConversionException​(java.lang.String message)
      Creates a RelConversionException with the specified detail message.
      RelConversionException​(java.lang.String message, java.lang.Throwable cause)
      Creates a RelConversionException with the specified detail message and cause.
      RelConversionException​(java.lang.Throwable cause)
      Creates a RelConversionException with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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
    • Constructor Detail

      • RelConversionException

        public RelConversionException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Creates a RelConversionException with the specified detail message and cause.
      • RelConversionException

        public RelConversionException​(java.lang.String message)
        Creates a RelConversionException with the specified detail message.
      • RelConversionException

        public RelConversionException​(java.lang.Throwable cause)
        Creates a RelConversionException with the specified cause.