Generated by
JDiff

Class org.apache.pig.PigException

Added Constructors
PigException(String, int, byte, boolean, String, Throwable, SourceLocation) Create a new PigException with the specified message error code error source retriable or not detalied message for the developer and cause.
PigException(String, int, byte, boolean, String, SourceLocation) Create a new PigException with the specified message and cause.
PigException(String, int, byte, Throwable, SourceLocation) Create a new PigException with the specified message and cause.
PigException(String, int, byte, SourceLocation) Create a new PigException with the specified message and cause.
PigException(String, int, Throwable, SourceLocation) Create a new PigException with the specified message and cause.
PigException(String, int, SourceLocation) Create a new PigException with the specified message and cause.
PigException(String, SourceLocation) Create a new PigException with the specified message.
 

Added Methods
SourceLocation getSourceLocation() Return the location in the source that generated the exception.
void setSourceLocation(SourceLocation)  
 

Added Fields
SourceLocation sourceLocation