public class PromotionApplicationException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
PromotionApplicationException()
Constructor.
|
PromotionApplicationException(PromotionErrorReport aReport)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
appendErrorReport(PromotionErrorReport aReport)
This method adds an error report to the error reports
|
PromotionErrorReport[] |
getErrorReports()
This method output error reports happened during promotion evaluation
|
public static final java.lang.String COPYRIGHT
public PromotionApplicationException()
public PromotionApplicationException(PromotionErrorReport aReport)
aReport
- is a promotion error report.public PromotionErrorReport[] getErrorReports()
public void appendErrorReport(PromotionErrorReport aReport)
aReport
- is a report of PromotionErrorReport