Package org.apache.pinot.sql.parsers
Class SqlCompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.sql.parsers.SqlCompilationException
-
- All Implemented Interfaces:
Serializable
public class SqlCompilationException extends RuntimeException
Exceptions that occur while compiling SQL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlCompilationException(String msg)SqlCompilationException(String msg, Throwable throwable)SqlCompilationException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-