|
|||||||||
| 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.lib.ReportSDKFormulaFieldException
public class ReportSDKFormulaFieldException
This class defines an exception thrown due to formula field errors.
| Constructor Summary | |
|---|---|
ReportSDKFormulaFieldException(int errorCode,
java.lang.String errorMsg)
Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String). |
|
ReportSDKFormulaFieldException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String, Throwable). |
|
ReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
For internal use only. |
|
ReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
For internal use only. |
|
| Method Summary | |
|---|---|
static void |
throwReportSDKFormulaFieldException(int errorCode,
java.lang.String errMsg)
Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String). |
static void |
throwReportSDKFormulaFieldException(int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String, Throwable). |
static void |
throwReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errMsg)
For internal use only. |
static void |
throwReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
For internal use only. |
| 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 ReportSDKFormulaFieldException(int errorCode,
java.lang.String errorMsg)
ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String).
@Deprecated
public ReportSDKFormulaFieldException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String, Throwable).
public ReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
public ReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
| Method Detail |
|---|
@Deprecated
public static void throwReportSDKFormulaFieldException(int errorCode,
java.lang.String errMsg)
throws ReportSDKFormulaFieldException
ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String).
ReportSDKFormulaFieldException
@Deprecated
public static void throwReportSDKFormulaFieldException(int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
throws ReportSDKFormulaFieldException
ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String, Throwable).
ReportSDKFormulaFieldException
public static void throwReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errMsg)
throws ReportSDKFormulaFieldException
ReportSDKFormulaFieldException
public static void throwReportSDKFormulaFieldException(java.lang.String RCI,
int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
throws ReportSDKFormulaFieldException
ReportSDKFormulaFieldException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||