public class StreamingUDFException extends ExecException
BUG, detailedMessage, ERROR, errorCode, errorSource, INPUT, markedAsShowToUser, REMOTE_ENVIRONMENT, retriable, sourceLocation, USER_ENVIRONMENT
Constructor and Description |
---|
StreamingUDFException() |
StreamingUDFException(String message) |
StreamingUDFException(String message,
Integer lineNumber) |
StreamingUDFException(String language,
String message) |
StreamingUDFException(String language,
String message,
Integer lineNumber) |
StreamingUDFException(String language,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage() |
Integer |
getLineNumber() |
String |
getMessage() |
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, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public StreamingUDFException()
public StreamingUDFException(String message)
public StreamingUDFException(String language, String message, Throwable cause)
public String getLanguage()
public Integer getLineNumber()
public String getMessage()
getMessage
in class Throwable
public String toString()
PigException
PigException.getErrorCode()
method
getLocalizedMessage
method
toString
in class PigException
Copyright © 2007-2017 The Apache Software Foundation