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)
           
ReportSDKInvalidParameterFieldCurrentValueException(int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
           
 
Method Summary
static void throwInvalidParameterFieldCurrentValueException(int errCode, java.lang.String errorString)
           
static void throwInvalidParameterFieldCurrentValueException(int errCode, java.lang.String errorString, java.lang.Throwable previous)
           
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException
throwReportSDKParameterFieldException, throwReportSDKParameterFieldException
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
getSDKError, throwReportSDKException, throwReportSDKException, throwReportSDKException, toString
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
errorCode, findCause, 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

public ReportSDKInvalidParameterFieldCurrentValueException(int errorCode,
                                                           java.lang.String errorMsg)

ReportSDKInvalidParameterFieldCurrentValueException

public ReportSDKInvalidParameterFieldCurrentValueException(int errorCode,
                                                           java.lang.String errorMsg,
                                                           java.lang.Throwable previous)
Method Detail

throwInvalidParameterFieldCurrentValueException

public static void throwInvalidParameterFieldCurrentValueException(int errCode,
                                                                   java.lang.String errorString)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
Throws:
ReportSDKInvalidParameterFieldCurrentValueException

throwInvalidParameterFieldCurrentValueException

public static void throwInvalidParameterFieldCurrentValueException(int errCode,
                                                                   java.lang.String errorString,
                                                                   java.lang.Throwable previous)
                                                            throws ReportSDKInvalidParameterFieldCurrentValueException
Throws:
ReportSDKInvalidParameterFieldCurrentValueException