Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.sql.parser.ParsingException
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException(String message, NodeLocation nodeLocation) ParsingException(String message, org.antlr.v4.runtime.RecognitionException cause, int line, int column) -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
public ParsingException(String message, org.antlr.v4.runtime.RecognitionException cause, int line, int column) -
ParsingException
-
-
Method Details
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber() -
getErrorMessage
-
getMessage
- Overrides:
getMessagein classThrowable
-