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

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
                      extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidParameterFieldCurrentValueException
All Implemented Interfaces:
java.io.Serializable

public class ReportSDKInvalidParameterFieldCurrentValueException
extends ReportSDKParameterFieldException

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

See Also:
Serialized Form

Constructor Summary
ReportSDKInvalidParameterFieldCurrentValueException(int errorCode, java.lang.String errorMsg)
          Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.ReportSDKInvalidParameterFieldCurrentValueException(String, int, String).
ReportSDKInvalidParameterFieldCurrentValueException(int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
          Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.ReportSDKInvalidParameterFieldCurrentValueException(String, int, String, Throwable).
ReportSDKInvalidParameterFieldCurrentValueException(java.lang.String RCI, int errorCode, java.lang.String errorMsg)
          For internal use only.
ReportSDKInvalidParameterFieldCurrentValueException(java.lang.String RCI, int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
          For internal use only.
 
Method Summary
static void throwInvalidParameterFieldCurrentValueException(int errCode, java.lang.String errorString)
          Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String).
static void throwInvalidParameterFieldCurrentValueException(int errCode, java.lang.String errorString, java.lang.Throwable previous)
          Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String, Throwable).
static void throwInvalidParameterFieldCurrentValueException(java.lang.String RCI, int errCode, java.lang.String errorString)
          For internal use only.
static void throwInvalidParameterFieldCurrentValueException(java.lang.String RCI, int errCode, java.lang.String errorString, java.lang.Throwable previous)
          For internal use only.
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException
throwReportSDKParameterFieldException, throwReportSDKParameterFieldException, throwReportSDKParameterFieldException, throwReportSDKParameterFieldException
 
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

ReportSDKInvalidParameterFieldCurrentValueException

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


ReportSDKInvalidParameterFieldCurrentValueException

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


ReportSDKInvalidParameterFieldCurrentValueException

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


ReportSDKInvalidParameterFieldCurrentValueException

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

Method Detail

throwInvalidParameterFieldCurrentValueException

@Deprecated
public static void throwInvalidParameterFieldCurrentValueException(int errCode,
                                                                              java.lang.String errorString)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String).

Throws:
ReportSDKInvalidParameterFieldCurrentValueException

throwInvalidParameterFieldCurrentValueException

@Deprecated
public static void throwInvalidParameterFieldCurrentValueException(int errCode,
                                                                              java.lang.String errorString,
                                                                              java.lang.Throwable previous)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
Deprecated. As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String, Throwable).

Throws:
ReportSDKInvalidParameterFieldCurrentValueException

throwInvalidParameterFieldCurrentValueException

public static void throwInvalidParameterFieldCurrentValueException(java.lang.String RCI,
                                                                   int errCode,
                                                                   java.lang.String errorString)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
For internal use only.

Throws:
ReportSDKInvalidParameterFieldCurrentValueException

throwInvalidParameterFieldCurrentValueException

public static void throwInvalidParameterFieldCurrentValueException(java.lang.String RCI,
                                                                   int errCode,
                                                                   java.lang.String errorString,
                                                                   java.lang.Throwable previous)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
For internal use only.

Throws:
ReportSDKInvalidParameterFieldCurrentValueException