public class ParserException extends FrontendException
BUG, detailedMessage, ERROR, errorSource, INPUT, markedAsShowToUser, REMOTE_ENVIRONMENT, retriable, sourceLocation, USER_ENVIRONMENT
Constructor and Description |
---|
ParserException(org.antlr.runtime.RecognitionException recoException) |
ParserException(java.lang.String msg) |
ParserException(java.lang.String msg,
SourceLocation location) |
ParserException(java.lang.String msg,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a short description of this throwable.
|
determineErrorSource, getDetailedMessage, getErrorCode, getErrorSource, getMarkedAsShowToUser, getSourceLocation, isBug, isInput, isRemoteEnvironment, isUserEnvironment, retriable, setDetailedMessage, setErrorCode, setErrorSource, setMarkedAsShowToUser, setRetriable, setSourceLocation
public ParserException(org.antlr.runtime.RecognitionException recoException)
public ParserException(java.lang.String msg)
public ParserException(java.lang.String msg, SourceLocation location)
public ParserException(java.lang.String msg, java.lang.Throwable cause)
public java.lang.String toString()
PigException
PigException.getErrorCode()
method
getLocalizedMessage
method
toString
in class PigException
Copyright © 2007-2017 The Apache Software Foundation