com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKGroupException
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.ReportSDKGroupException
- All Implemented Interfaces:
- java.io.Serializable
public class ReportSDKGroupException
- extends ReportSDKException
This class defines an exception thrown due to group controller errors.
- 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 |
ReportSDKGroupException
public ReportSDKGroupException(int errorCode,
java.lang.String errorMsg)
ReportSDKGroupException
public ReportSDKGroupException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKGroupException
public static void throwReportSDKGroupException(int errorCode,
java.lang.String errMsg)
throws ReportSDKGroupException
- Throws:
ReportSDKGroupException
throwReportSDKGroupException
public static void throwReportSDKGroupException(int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
throws ReportSDKGroupException
- Throws:
ReportSDKGroupException