public class ADCPipelineException
extends ADCException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
ADCPipelineException()
Create a new empty exception 
 | 
ADCPipelineException(PipelineResult pResult)
Create a new exception with the given pipeline result 
 | 
ADCPipelineException(java.lang.String pStr)
Create a new exception with the given error message 
 | 
ADCPipelineException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)
Create a new exception with the given error message and
 source exception 
 | 
ADCPipelineException(java.lang.Throwable pSourceException)
Create a new exception using the given source exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PipelineResult | 
getPipelineResult()  | 
void | 
setPipelineResult(PipelineResult pPipelineResult)
The PipelineResult that contained errors 
 | 
public static final java.lang.String CLASS_VERSION
public ADCPipelineException()
public ADCPipelineException(PipelineResult pResult)
pResult - The PipelineResult containing errorspublic ADCPipelineException(java.lang.String pStr)
pStr - the error message stringpublic ADCPipelineException(java.lang.Throwable pSourceException)
pSourceException - the source exceptionpublic ADCPipelineException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)
pStr - the error message stringpSourceException - the source exceptionpublic void setPipelineResult(PipelineResult pPipelineResult)
pPipelineResult - the PipelineResult that contained errorspublic PipelineResult getPipelineResult()