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