| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectADCException
atg.adc.pipeline.ADCPipelineException
public class ADCPipelineException
The pipeline result of one of the ADC pipelines contains errors. This exception will contain the result.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| 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 | |
| Method Summary | |
|---|---|
|  PipelineResult | getPipelineResult() | 
|  void | setPipelineResult(PipelineResult pPipelineResult)The PipelineResult that contained errors | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
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 exception
public ADCPipelineException(java.lang.String pStr,
                            java.lang.Throwable pSourceException)
pStr - the error message stringpSourceException - the source exception| Method Detail | 
|---|
public void setPipelineResult(PipelineResult pPipelineResult)
pPipelineResult - the PipelineResult that contained errorspublic PipelineResult getPipelineResult()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||