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

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.ReportSDKPrinterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReportSDKPrinterJVMException, ReportSDKPrinterNotFoundException, ReportSDKPrinterPaperSizeException, ReportSDKPrinterPaperSourceException

public class ReportSDKPrinterException
extends ReportSDKException

This class defines a printer exception.

See Also:
Serialized Form

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

ReportSDKPrinterException

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


ReportSDKPrinterException

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

Method Detail

throwReportSDKPrinterException

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

Throws:
ReportSDKPrinterException

throwReportSDKPrinterException

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

Throws:
ReportSDKPrinterException