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

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

public class ReportSDKSummaryFieldException
extends ReportSDKException

This class defines an exception thrown due to a summary field error.

See Also:
Serialized Form

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

ReportSDKSummaryFieldException

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


ReportSDKSummaryFieldException

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


ReportSDKSummaryFieldException

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


ReportSDKSummaryFieldException

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

Method Detail

throwReportSDKSummaryFieldException

@Deprecated
public static void throwReportSDKSummaryFieldException(int errorCode,
                                                                  java.lang.String msg)
                                                throws ReportSDKSummaryFieldException
Deprecated. As of version 4.0. Replaced by ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(String, int, String).

Throws:
ReportSDKSummaryFieldException

throwReportSDKSummaryFieldException

@Deprecated
public static void throwReportSDKSummaryFieldException(int errorCode,
                                                                  java.lang.String msg,
                                                                  java.lang.Throwable previous)
                                                throws ReportSDKSummaryFieldException
Deprecated. As of version 4.0. Replaced by ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(String, int, String, Throwable).

Throws:
ReportSDKSummaryFieldException

throwReportSDKSummaryFieldException

public static void throwReportSDKSummaryFieldException(java.lang.String RCI,
                                                       int errorCode,
                                                       java.lang.String msg)
                                                throws ReportSDKSummaryFieldException
For internal use only.

Throws:
ReportSDKSummaryFieldException

throwReportSDKSummaryFieldException

public static void throwReportSDKSummaryFieldException(java.lang.String RCI,
                                                       int errorCode,
                                                       java.lang.String msg,
                                                       java.lang.Throwable previous)
                                                throws ReportSDKSummaryFieldException
For internal use only.

Throws:
ReportSDKSummaryFieldException