com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ReportDefControllerException, ReportSDKAlertException, ReportSDKCancelException, ReportSDKClientDocException, ReportSDKFormulaFieldException, ReportSDKGroupException, ReportSDKParameterFieldException, ReportSDKPrinterException, ReportSDKResultFieldException, ReportSDKRunningTotalFieldException, ReportSDKServerException, ReportSDKSortException, ReportSDKSummaryFieldException
public class ReportSDKException
- extends ReportSDKExceptionBase
All exceptions within the Report SDK are mapped to ReportSDKException. The exception policy is
this: Exceptions are caught at the earliest opportunity, mapped to a ReportSDKException and
optionally re-thrown. Report SDK methods should throw only ReportSDKExceptions.
- 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 |
ReportSDKException
public ReportSDKException(int errorCode,
java.lang.String errorMsg)
ReportSDKException
public ReportSDKException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable cause)
getSDKError
public ReportSDKError getSDKError()
throwReportSDKException
public static void throwReportSDKException(java.lang.String msg,
ReportSDKException original)
throws ReportSDKException
- Throws:
ReportSDKException
throwReportSDKException
public static void throwReportSDKException(int errorCode,
java.lang.String msg)
throws ReportSDKException
- Throws:
ReportSDKException
throwReportSDKException
public static void throwReportSDKException(int errorCode,
java.lang.String msg,
java.lang.Throwable previous)
throws ReportSDKException
- Throws:
ReportSDKException
toString
public java.lang.String toString()
- Overrides:
toString
in class ReportSDKExceptionBase