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

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.ReportSDKFormulaFieldException
All Implemented Interfaces:
java.io.Serializable

public class ReportSDKFormulaFieldException
extends ReportSDKException

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

See Also:
Serialized Form

Constructor Summary
ReportSDKFormulaFieldException(int errorCode, java.lang.String errorMsg)
          Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String).
ReportSDKFormulaFieldException(int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
          Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String, Throwable).
ReportSDKFormulaFieldException(java.lang.String RCI, int errorCode, java.lang.String errorMsg)
          For internal use only.
ReportSDKFormulaFieldException(java.lang.String RCI, int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
          For internal use only.
 
Method Summary
static void throwReportSDKFormulaFieldException(int errorCode, java.lang.String errMsg)
          Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String).
static void throwReportSDKFormulaFieldException(int errorCode, java.lang.String errMsg, java.lang.Throwable previous)
          Deprecated. As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String, Throwable).
static void throwReportSDKFormulaFieldException(java.lang.String RCI, int errorCode, java.lang.String errMsg)
          For internal use only.
static void throwReportSDKFormulaFieldException(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

ReportSDKFormulaFieldException

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


ReportSDKFormulaFieldException

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


ReportSDKFormulaFieldException

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


ReportSDKFormulaFieldException

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

Method Detail

throwReportSDKFormulaFieldException

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

Throws:
ReportSDKFormulaFieldException

throwReportSDKFormulaFieldException

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

Throws:
ReportSDKFormulaFieldException

throwReportSDKFormulaFieldException

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

Throws:
ReportSDKFormulaFieldException

throwReportSDKFormulaFieldException

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

Throws:
ReportSDKFormulaFieldException