public class ParserValidationException extends PigRecognitionException
Constructor and Description |
---|
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.Exception ex) |
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.String cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
toString() |
msgHeader
extractInformationFromTreeNodeStream, getUnexpectedType
public ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, java.lang.String cause)
public ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, java.lang.Exception ex)
Copyright © 2007-2012 The Apache Software Foundation