Class GremlinParserException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParserException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GremlinParserException extends RuntimeException
This exception is thrown when a parser error is encountered.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GremlinParserException(int line_number, int charPositionInLine, String message)GremlinParserException(String message)GremlinParserException(String message, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -