Deprecated API


Contents
Deprecated Classes
com.crystaldecisions.sdk.occa.report.application.SortController
          As of version 4.0. Replaced by RecordSortController and GroupSortController. To move or re-order group sorts, use the GroupController to move the groups. 
 

Deprecated Fields
com.crystaldecisions.sdk.occa.report.definition.ChartStyleType._stocked
          As of version 4.0. Use _stock. 
com.crystaldecisions.sdk.occa.report.definition.BorderConditionFormulaType._tightVertical
          Not supported. 
com.crystaldecisions.sdk.occa.report.data.ConnectionInfoKind._Universe
          As of version 4.0. Used only for old Universe connection, replaced by dimensional semantic layer connection.

 

com.crystaldecisions.sdk.occa.report.definition.ChartStyleType.stocked
          please use stock 
com.crystaldecisions.sdk.occa.report.definition.BorderConditionFormulaType.tightVertical
          Not supported. 
com.crystaldecisions.sdk.occa.report.data.ConnectionInfoKind.Universe
          As of version 4.0. Used only for old Universe connection, replaced by dimensional semantic layer connection.

 
 

Deprecated Methods
com.crystaldecisions.sdk.occa.report.application.SortController.add(int, ISort)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.GroupController.canGroupOn(IField)
          As of version 4.0. Replaced by (IField field, boolean forGridCondition). 
com.crystaldecisions.sdk.occa.report.application.SortController.canSortOn(IField)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SummaryFieldController.canSummarizeOn(IField)
          Replaced by SummaryFieldController.canSummarizedOn(IField field, boolean forGridCondition). 
com.crystaldecisions.sdk.occa.report.application.SortController.canTopNSortOn(IField)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.findSort(IField)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.definition.SectionFormat.getBackgroundColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.ISectionFormat.getBackgroundColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IBorder.getBackgroundColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.Border.getBackgroundColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IBorder.getBorderColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.Border.getBorderColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IFontColor.getColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.FontColor.getColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getDatabase()
          As of Version 10 
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getDataDefinition()
          As of Version 10 
com.crystaldecisions.sdk.occa.report.definition.IFieldObject.getDataSource()
          As of Version 10, it was replaced with the getDataSourceName method in order to maintain consistency with the BlobFieldObject object. 
com.crystaldecisions.sdk.occa.report.definition.FieldObject.getDataSource()
          As of Version 10, it was replaced with the getDataSourceName method in order to maintain consistency with the BlobFieldObject object. 
com.crystaldecisions.sdk.occa.report.definition.SubreportObject.getEnableOnDemand()
            
com.crystaldecisions.sdk.occa.report.definition.ISubreportObject.getEnableOnDemand()
          As of Version 11. Use the getEnableOnDemand method instead. 
com.crystaldecisions.sdk.occa.report.definition.IBoxObject.getFillColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.BoxObject.getFillColorValue()
          For internal use only. 
com.crystaldecisions.sdk.occa.report.definition.IFontColor.getFont()
          because java.awt.Font requires a graphics environment 
com.crystaldecisions.sdk.occa.report.definition.FontColor.getFont()
          because java.awt.Font requires a graphics environment 
com.crystaldecisions.sdk.occa.report.definition.IDrawingObject.getLineColorValue()
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.DrawingObject.getLineColorValue()
          For internal use only. 
com.crystaldecisions.sdk.occa.report.application.ReportAppSession.getLocale()
            
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager.getLocale()
            
com.crystaldecisions.sdk.occa.report.application.ClientDocument.getLocale()
          Replaced by ClientDocument.getProductLocale(). See also ClientDocument.getPreferredViewingLocale(). 
com.crystaldecisions.sdk.occa.report.template.ReportTemplateEngine.getLocale()
          Replaced by ReportTemplateEngine.getProductLocale(). See also ReportTemplateEngine.getPreferredViewingLocale(). 
com.crystaldecisions.sdk.occa.report.template.ReportTemplate.getLocale()
          Replaced by ReportTemplate.getProductLocale(). See also ReportTemplate.getPreferredViewingLocale(). 
com.crystaldecisions.sdk.occa.report.exportoptions.IDataOnlyExcelExportFormatOptions.getMaintainRelativeObjectPosition()
          As of version 11.5. The option is always considered false. 
com.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.getPreserveDateFormatting()
          As of version 11.5. The option is always considered true. 
com.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.getPreserveNumberFormatting()
          As of version 11.5. The option is always considered true. 
com.crystaldecisions.sdk.occa.report.definition.ReportPartIDs.getReportPartID(String)
          Replaced by ReportPartIDs.get(String). 
com.crystaldecisions.sdk.occa.report.definition.ReportPartIDs.getReportPartID(String, String)
          Replaced by ReportPartIDs.get(String,String). 
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getRepositoryLogonInfo()
          As of Version 10. 
com.crystaldecisions.sdk.occa.report.application.DataDefController.getSortController()
          As of version 4.0. The SortController is replaced by RecordSortController and GroupSortController. To get these objects, use DataDefController.getRecordSortController() and DataDefController.getGroupSortController(). 
com.crystaldecisions.sdk.occa.report.data.IDataDefinition.getSorts()
          As of version 4.0. For record sorts, replaced by IDataDefinition.getRecordSorts(). For group sorts, replaced by IDataDefinition.getGroups() and IGroup.getSort(). 
com.crystaldecisions.sdk.occa.report.data.DataDefinition.getSorts()
          As of version 4.0. For record sorts, replaced by DataDefinition.getRecordSorts(). For group sorts, replaced by DataDefinition.getGroups() and IGroup.getSort(). 
com.crystaldecisions.sdk.occa.report.application.SortController.modify(int, ISort)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.modify(ISort, ISort)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.modifySortDirection(int, SortDirection)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.modifySortDirection(ISort, SortDirection)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.DatabaseController.modifyTableConnectionInfo(String, IConnectionInfo)
          As of Version 10, replaced by logon and logonEx. 
com.crystaldecisions.sdk.occa.report.application.SortController.move(int, int)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.move(ISort, int)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.managedreports.IReportAppFactory.openDocument(int, int, Locale)
          As of Version 10. 
com.crystaldecisions.sdk.occa.managedreports.IReportSourceFactory.openReportSource(int, Locale)
          As of Version 10. 
com.crystaldecisions.sdk.occa.report.application.SubreportController.querySubreportNames()
          As of Version 11. Use the SubreportController.getSubreportNames() method instead. 
com.crystaldecisions.sdk.occa.report.application.SortController.remove(int)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.application.SortController.remove(ISort)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.definition.SectionFormat.setBackgroundColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.ISectionFormat.setBackgroundColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IBorder.setBackgroundColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.Border.setBackgroundColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IBorder.setBorderColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.Border.setBorderColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IFontColor.setColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.FontColor.setColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.IFieldObject.setDataSource(String)
          As of Version 10, it was replaced with the setDataSourceName method in order to maintain consistency with the BlobFieldObject object. 
com.crystaldecisions.sdk.occa.report.definition.FieldObject.setDataSource(String)
          As of Version 10, it was replaced with the setDataSourceName method in order to maintain consistency with the BlobFieldObject object. 
com.crystaldecisions.sdk.occa.report.definition.SubreportObject.setEnableOnDemand(boolean)
            
com.crystaldecisions.sdk.occa.report.definition.ISubreportObject.setEnableOnDemand(boolean)
          As of Version 11. Use the setEnableOnDemand method instead. 
com.crystaldecisions.sdk.occa.report.definition.IFieldObject.setFieldValueType(FieldValueType)
            
com.crystaldecisions.sdk.occa.report.definition.FieldObject.setFieldValueType(FieldValueType)
            
com.crystaldecisions.sdk.occa.report.definition.IBoxObject.setFillColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.BoxObject.setFillColorValue(int)
          For internal use only. 
com.crystaldecisions.sdk.occa.report.definition.IFontColor.setFont(Font)
          because java.awt.Font requires a graphics environment 
com.crystaldecisions.sdk.occa.report.definition.FontColor.setFont(Font)
          because java.awt.Font requires a graphics environment 
com.crystaldecisions.sdk.occa.report.definition.IDrawingObject.setLineColorValue(int)
          internal use only 
com.crystaldecisions.sdk.occa.report.definition.DrawingObject.setLineColorValue(int)
          For internal use only. 
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.setLocale(Locale)
            
com.crystaldecisions.sdk.occa.report.application.ReportAppSession.setLocale(Locale)
            
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager.setLocale(Locale)
            
com.crystaldecisions.sdk.occa.report.application.ClientDocument.setLocale(Locale)
            
com.crystaldecisions.sdk.occa.report.template.ReportTemplateEngine.setLocale(Locale)
          Replaced by #setProductLocale(). See also #setPreferredViewingLocale(). 
com.crystaldecisions.sdk.occa.report.template.ReportTemplate.setLocale(Locale)
          Replaced by #setProductLocale(). See also #setPreferredViewingLocale(). 
com.crystaldecisions.sdk.occa.report.exportoptions.IDataOnlyExcelExportFormatOptions.setMaintainRelativeObjectPosition(boolean)
          As of version 11.5. The option is always considered false. 
com.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.setPreserveDateFormatting(boolean)
          As of version 11.5. The option is always considered true. 
com.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.setPreserveNumberFormatting(boolean)
          As of version 11.5. The option is always considered true. 
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.setReportOptions(IReportOptions)
          As of Version 10, should use modifyReportOptions instead. 
com.crystaldecisions.sdk.occa.report.document.ReportOptions.setReportStyle(ReportStyle)
           
com.crystaldecisions.sdk.occa.report.document.IReportOptions.setReportStyle(ReportStyle)
          As of version 4.0. 
com.crystaldecisions.sdk.occa.report.data.IDataDefinition.setSorts(Sorts)
          As of version 4.0. For record sorts, replaced by #setRecordSorts(). For group sorts, replaced by #setGroups() and IGroup#setSort(). 
com.crystaldecisions.sdk.occa.report.data.DataDefinition.setSorts(Sorts)
           
com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.setSummaryInfo(ISummaryInfo)
          As of Version 10, should use modifySummaryInfo instead. 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(int, String)
          As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.throwInvalidParameterFieldCurrentValueException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException.throwReportSDKClientDocException(int, String)
          As of version 4.0. Replaced by ReportSDKClientDocException.throwReportSDKClientDocException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException.throwReportSDKClientDocException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKClientDocException.throwReportSDKClientDocException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKEnterpriseLogonException.throwReportSDKEnterpriseLogonException(int, String)
          Replaced by ReportSDKEnterpriseLogonException.throwReportSDKEnterpriseLogonException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKEnterpriseLogonException.throwReportSDKEnterpriseLogonException(int, String, Throwable)
          Replaced by ReportSDKEnterpriseLogonException.throwReportSDKEnterpriseLogonException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(int, String)
          As of version 4.0. Replaced by ReportSDKException.throwReportSDKException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKException.throwReportSDKException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKFormulaFieldException.throwReportSDKFormulaFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKGroupException.throwReportSDKGroupException(int, String)
          As of version 4.0. Replaced by ReportSDKGroupException.throwReportSDKGroupException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKGroupException.throwReportSDKGroupException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKGroupException.throwReportSDKGroupException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException.throwReportSDKLogonException(int, String)
          As of version 4.0. Replaced by ReportSDKLogonException.throwReportSDKLogonException(String, int, String) 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException.throwReportSDKLogonException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKLogonException.throwReportSDKLogonException(String, int, String, Throwable) 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException.throwReportSDKParameterFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKParameterFieldException.throwReportSDKParameterFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException.throwReportSDKParameterFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKParameterFieldException.throwReportSDKParameterFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException.throwReportSDKPrinterException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterException.throwReportSDKPrinterException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKResultFieldException.throwReportSDKResultFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKResultFieldException.ReportSDKResultFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKResultFieldException.throwReportSDKResultFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKResultFieldException.ReportSDKResultFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(int, String)
          As of version 4.0. Replaced by ReportSDKServerException.throwReportSDKServerException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKServerException.throwReportSDKServerException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSortException.throwReportSDKSortException(int, String)
          As of version 4.0. Replaced by ReportSDKSortException.throwReportSDKSortException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSortException.throwReportSDKSortException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKSortException.throwReportSDKSortException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKSummaryFieldException.throwReportSDKSummaryFieldException(String, int, String, Throwable). 
 

Deprecated Constructors
com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException(int, String)
          As of version 4.0. Replaced by ReportSDKClientDocException.ReportSDKClientDocException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKClientDocException.ReportSDKClientDocException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKEnterpriseLogonException(int, String)
          As of version 4.0. Replaced by ReportSDKEnterpriseLogonException.ReportSDKEnterpriseLogonException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKEnterpriseLogonException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKEnterpriseLogonException.ReportSDKEnterpriseLogonException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException(int, String)
          As of version 4.0. Replaced by ReportSDKException.ReportSDKException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKException.ReportSDKException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase(int, String)
          As of version 4.0. Replaced by ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKFormulaFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKFormulaFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKFormulaFieldException.ReportSDKFormulaFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKGroupException(int, String)
          As of version 4.0. Replaced by ReportSDKGroupException.ReportSDKGroupException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKGroupException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKGroupException.ReportSDKGroupException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidParameterFieldCurrentValueException(int, String)
          As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.ReportSDKInvalidParameterFieldCurrentValueException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidParameterFieldCurrentValueException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKInvalidParameterFieldCurrentValueException.ReportSDKInvalidParameterFieldCurrentValueException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException(int, String)
          As of version 4.0. Replaced by ReportSDKLogonException.throwReportSDKLogonException(String, int, String) 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKLogonException.throwReportSDKLogonException(String, int, String, Throwable) 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKParameterFieldException.ReportSDKParameterFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKParameterFieldException.ReportSDKParameterFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterException.ReportSDKPrinterException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterJVMException(String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterJVMException.ReportSDKPrinterJVMException(String, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterNotFoundException(String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterNotFoundException.ReportSDKPrinterNotFoundException(String, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterPaperSizeException(String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterPaperSizeException.ReportSDKPrinterPaperSizeException(String, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterPaperSourceException(String, Throwable)
          As of version 4.0. Replaced by ReportSDKPrinterPaperSourceException.ReportSDKPrinterPaperSourceException(String, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKResultFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKResultFieldException.ReportSDKResultFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKResultFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKResultFieldException.ReportSDKResultFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException(int, String)
          As of version 4.0. Replaced by ReportSDKServerException.ReportSDKServerException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKServerException.ReportSDKServerException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSortException(int, String)
          As of version 4.0. Replaced by ReportSDKSortException.ReportSDKSortException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSortException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKSortException.ReportSDKSortException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSummaryFieldException(int, String)
          As of version 4.0. Replaced by ReportSDKSummaryFieldException.ReportSDKSummaryFieldException(String, int, String). 
com.crystaldecisions.sdk.occa.report.lib.ReportSDKSummaryFieldException(int, String, Throwable)
          As of version 4.0. Replaced by ReportSDKSummaryFieldException.ReportSDKSummaryFieldException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.template.ReportTemplateException(int, String)
          As of version 4.0. Replaced by ReportTemplateException.ReportTemplateException(String, int, String). 
com.crystaldecisions.sdk.occa.report.template.ReportTemplateException(int, String, Exception)
          As of version 4.0. Replaced by #ReportTemplateException(String, int, String, Throwable). 
com.crystaldecisions.sdk.occa.report.exportoptions.XMLExportFormat(String, String, String, boolean)
          Replaced by XMLExportFormat.XMLExportFormat(String, String, String, boolean, String, String).