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 SummaryConstructorsConstructorDescriptionCalciteException(String message, @Nullable Throwable cause) Creates a new CalciteException object.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CalciteExceptionCreates a new CalciteException object.- Parameters:
- message- error message
- cause- underlying cause
 
 
-