Package org.apache.calcite.runtime
Class CalciteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.runtime.CalciteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CalciteContextException
Base class for all exceptions originating from Farrago.
- See Also:
-
Constructor Summary
ConstructorDescriptionCalciteException
(String message, @Nullable Throwable cause) Creates a new CalciteException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CalciteException
Creates a new CalciteException object.- Parameters:
message
- error messagecause
- underlying cause
-