org.apache.pig.parser
Class ParserValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.apache.pig.parser.PigRecognitionException
org.apache.pig.parser.ParserValidationException
- All Implemented Interfaces:
- Serializable
public class ParserValidationException
- extends PigRecognitionException
- See Also:
- Serialized Form
Fields inherited from class org.antlr.runtime.RecognitionException |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token |
Methods inherited from class org.antlr.runtime.RecognitionException |
extractInformationFromTreeNodeStream, getUnexpectedType |
ParserValidationException
public ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
String cause)
ParserValidationException
public ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
Exception ex)
toString
public String toString()
- Overrides:
toString
in class Throwable
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2007-2012 The Apache Software Foundation