|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
com.crystaldecisions.sdk.occa.report.template.ReportTemplateException
public class ReportTemplateException
This class is used to specify an exception thrown when manipulating report template objects.
| Constructor Summary | |
|---|---|
ReportTemplateException(int errorCode,
java.lang.String errorMsg)
Deprecated. As of version 4.0. Replaced by ReportTemplateException.ReportTemplateException(String, int, String). |
|
ReportTemplateException(int errorCode,
java.lang.String errorMsg,
java.lang.Exception previous)
Deprecated. As of version 4.0. Replaced by #ReportTemplateException(String, int, String, Throwable). |
|
ReportTemplateException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
For internal use only. |
|
ReportTemplateException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Exception previous)
For internal use only. |
|
| Method Summary |
|---|
| Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKException |
|---|
getSDKError, throwReportSDKException, throwReportSDKException, throwReportSDKException, throwReportSDKException, throwReportSDKException, toString |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase |
|---|
errorCode, findCause, getRootCauseIdentifier, isCausedByA |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ReportTemplateException(int errorCode,
java.lang.String errorMsg)
ReportTemplateException.ReportTemplateException(String, int, String).
Constructs a new exception with the specified error code and error message.
errorCode - The exception's error code.errorMsg - The exception's error message.
@Deprecated
public ReportTemplateException(int errorCode,
java.lang.String errorMsg,
java.lang.Exception previous)
#ReportTemplateException(String, int, String, Throwable).
Constructs a new exception with the specified error code and error message. This constructor allows the previous exception thrown to be specified.
errorCode - The exception's error code.errorMsg - The exception's error message.previous - The previous exception.
public ReportTemplateException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
public ReportTemplateException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Exception previous)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||