com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKSummaryFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
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
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 |
ReportSDKSummaryFieldException
public ReportSDKSummaryFieldException(int errorCode,
java.lang.String errorMsg)
ReportSDKSummaryFieldException
public ReportSDKSummaryFieldException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKSummaryFieldException
public static void throwReportSDKSummaryFieldException(int errorCode,
java.lang.String msg)
throws ReportSDKSummaryFieldException
- Throws:
ReportSDKSummaryFieldException
throwReportSDKSummaryFieldException
public static void throwReportSDKSummaryFieldException(int errorCode,
java.lang.String msg,
java.lang.Throwable previous)
throws ReportSDKSummaryFieldException
- Throws:
ReportSDKSummaryFieldException