com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKParameterFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
              extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
                  extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReportSDKInvalidParameterFieldCurrentValueException

public class ReportSDKParameterFieldException
extends ReportSDKException

This class defines an exception thrown due to parameter field errors.

See Also:
Serialized Form

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

ReportSDKParameterFieldException

@Deprecated
public ReportSDKParameterFieldException(int errorCode,
                                                   java.lang.String errorMsg)
Deprecated. As of version 4.0. Replaced by ReportSDKParameterFieldException.ReportSDKParameterFieldException(String, int, String).


ReportSDKParameterFieldException

@Deprecated
public 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

public ReportSDKParameterFieldException(java.lang.String RCI,
                                        int errorCode,
                                        java.lang.String errorMsg)
For internal use only.


ReportSDKParameterFieldException

public ReportSDKParameterFieldException(java.lang.String RCI,
                                        int errorCode,
                                        java.lang.String errorMsg,
                                        java.lang.Throwable previous)
For internal use only.

Method Detail

throwReportSDKParameterFieldException

@Deprecated
public static void throwReportSDKParameterFieldException(int errorCode,
                                                                    java.lang.String errMsg)
                                                  throws ReportSDKParameterFieldException
Deprecated. As of version 4.0. Replaced by ReportSDKParameterFieldException.throwReportSDKParameterFieldException(String, int, String).

Throws:
ReportSDKParameterFieldException

throwReportSDKParameterFieldException

@Deprecated
public static void throwReportSDKParameterFieldException(int errorCode,
                                                                    java.lang.String errMsg,
                                                                    java.lang.Throwable previous)
                                                  throws ReportSDKParameterFieldException
Deprecated. As of version 4.0. Replaced by ReportSDKParameterFieldException.throwReportSDKParameterFieldException(String, int, String, Throwable).

Throws:
ReportSDKParameterFieldException

throwReportSDKParameterFieldException

public static void throwReportSDKParameterFieldException(java.lang.String RCI,
                                                         int errorCode,
                                                         java.lang.String errMsg)
                                                  throws ReportSDKParameterFieldException
For internal use only.

Throws:
ReportSDKParameterFieldException

throwReportSDKParameterFieldException

public static void throwReportSDKParameterFieldException(java.lang.String RCI,
                                                         int errorCode,
                                                         java.lang.String errMsg,
                                                         java.lang.Throwable previous)
                                                  throws ReportSDKParameterFieldException
For internal use only.

Throws:
ReportSDKParameterFieldException