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

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

public class ReportDefControllerException
extends ReportSDKException

This class defines an exception thrown due to a report definition control exception.

See Also:
Serialized Form

Constructor Summary
ReportDefControllerException(int errorCode, java.lang.String errorMsg)
           
ReportDefControllerException(int errorCode, java.lang.String errorMsg, java.lang.Throwable previous)
           
 
Method Summary
static void throwReportDefControllerException(int errorCode, java.lang.String errMsg)
           
static void throwReportDefControllerException(int errorCode, java.lang.String errMsg, java.lang.Throwable previous)
           
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
getSDKError, throwReportSDKException, throwReportSDKException, throwReportSDKException, toString
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
errorCode, findCause, 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

ReportDefControllerException

public ReportDefControllerException(int errorCode,
                                    java.lang.String errorMsg)

ReportDefControllerException

public ReportDefControllerException(int errorCode,
                                    java.lang.String errorMsg,
                                    java.lang.Throwable previous)
Method Detail

throwReportDefControllerException

public static void throwReportDefControllerException(int errorCode,
                                                     java.lang.String errMsg)
                                              throws ReportDefControllerException
Throws:
ReportDefControllerException

throwReportDefControllerException

public static void throwReportDefControllerException(int errorCode,
                                                     java.lang.String errMsg,
                                                     java.lang.Throwable previous)
                                              throws ReportDefControllerException
Throws:
ReportDefControllerException