Package org.apache.pinot.pql.parsers
Class Pql2CompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.pql.parsers.Pql2CompilationException
-
- All Implemented Interfaces:
Serializable
public class Pql2CompilationException extends RuntimeException
Exceptions that occur while compiling PQL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pql2CompilationException(String message)Pql2CompilationException(String msg, Object offendingSymbol, int line, int charPositionInLine, org.antlr.v4.runtime.RecognitionException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-