|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.commerce.invoice.InvoicePipelineException
public class InvoicePipelineException
InvoicePipelineException may be thrown whenever an error occurs running a pipeline chain from the invoice subsystem. The exception provides a description of the pipeline chain that generated errors as well as a reference to the PipelineResult object from which the detailed error objects may be retrieved.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
InvoicePipelineException()
Construct an empty InvoicePipelineException. |
|
InvoicePipelineException(PipelineResult pObj)
Construct an InvoicePipelineException with a specified PipelineResult object. |
|
InvoicePipelineException(java.lang.String pMsg,
PipelineResult pObj)
Construct an InvoicePipelineException with a given PipelineResult object and error message. |
|
| Method Summary | |
|---|---|
PipelineResult |
getPipelineResult()
Get the PipelineResult object whose errors triggered this exception. |
void |
setPipelineResult(PipelineResult pPipelineResult)
Set the PipelineResult object whose errors triggered this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public InvoicePipelineException()
public InvoicePipelineException(PipelineResult pObj)
public InvoicePipelineException(java.lang.String pMsg,
PipelineResult pObj)
| Method Detail |
|---|
public void setPipelineResult(PipelineResult pPipelineResult)
public PipelineResult getPipelineResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||