Package org.apache.calcite.tools
Class RelConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.calcite.tools.RelConversionException
- All Implemented Interfaces:
Serializable
An Exception thrown when attempting conversion to a set of
RelNode
s.- See Also:
-
Constructor Summary
ConstructorDescriptionRelConversionException
(String message) Creates a RelConversionException with the specified detail message.RelConversionException
(String message, Throwable cause) Creates a RelConversionException with the specified detail message and cause.RelConversionException
(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
-
Constructor Details
-
RelConversionException
Creates a RelConversionException with the specified detail message and cause. -
RelConversionException
Creates a RelConversionException with the specified detail message. -
RelConversionException
Creates a RelConversionException with the specified cause.
-