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