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(String msg) |
ParserException(String msg,
SourceLocation location) |
ParserException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ParserException(org.antlr.runtime.RecognitionException recoException)
public ParserException(String msg)
public ParserException(String msg, SourceLocation location)
public String toString()
PigException
PigException.getErrorCode()
method
getLocalizedMessage
method
toString
in class PigException
Copyright © 2007-2017 The Apache Software Foundation