|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.template.ReportTemplateError
public final class ReportTemplateError
This class is used to specify the type of error thrown when manipulating report templates.
| Field Summary | |
|---|---|
static int |
_applyTemplateFail
The template could not be applied. |
static int |
_createTemplateFail
The template could not be created. |
static int |
_internal
An internal error occurred. |
static int |
_openTargetReportFail
The target report could not be opened. |
static int |
_saveReportFail
The report could not be saved. |
static ReportTemplateError |
applyTemplateFail
A ReportTemplateError object that specifies the template could not be applied. |
static ReportTemplateError |
createTemplateFail
A ReportTemplateError object that specifies the template could not be created. |
static ReportTemplateError |
internal
A ReportTemplateError object that specifies an internal error occurred. |
static ReportTemplateError |
openTargetReportFail
A ReportTemplateError object that specifies the target report could not be opened. |
static ReportTemplateError |
saveReportFail
A ReportTemplateError object that specifies the report could not be saved. |
| Method Summary | |
|---|---|
static ReportTemplateError |
from_int(int i)
Returns the ReportTemplateError object corresponding to the specified value. |
int |
value()
Returns the int value of this ReportTemplateError object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int _internal
An internal error occurred.
public static final int _openTargetReportFail
The target report could not be opened.
public static final int _createTemplateFail
The template could not be created.
public static final int _saveReportFail
The report could not be saved.
public static final int _applyTemplateFail
The template could not be applied.
public static final ReportTemplateError internal
A ReportTemplateError object that specifies an internal error occurred.
public static final ReportTemplateError openTargetReportFail
A ReportTemplateError object that specifies the target report could not be opened.
public static final ReportTemplateError createTemplateFail
A ReportTemplateError object that specifies the template could not be created.
public static final ReportTemplateError saveReportFail
A ReportTemplateError object that specifies the report could not be saved.
public static final ReportTemplateError applyTemplateFail
A ReportTemplateError object that specifies the template could not be applied.
| Method Detail |
|---|
public static final ReportTemplateError from_int(int i)
Returns the ReportTemplateError object corresponding to the specified value.
i - The int value of the desired ReportTemplateError object.
ReportTemplateError object corresponding to the specified value.public int value()
Returns the int value of this ReportTemplateError object.
int value of this ReportTemplateError object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||