com.crystaldecisions.sdk.occa.report.template
Class ReportTemplateException

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.template.ReportTemplateException
All Implemented Interfaces:
java.io.Serializable

public class ReportTemplateException
extends ReportSDKException

This class is used to specify an exception thrown when manipulating report template objects.

See Also:
Serialized Form

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

ReportTemplateException

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

Constructs a new exception with the specified error code and error message.

Parameters:
errorCode - The exception's error code.
errorMsg - The exception's error message.

ReportTemplateException

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

Constructs a new exception with the specified error code and error message. This constructor allows the previous exception thrown to be specified.

Parameters:
errorCode - The exception's error code.
errorMsg - The exception's error message.
previous - The previous exception.

ReportTemplateException

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


ReportTemplateException

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