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