|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKInvalidDBDriverException
public class ReportSDKInvalidDBDriverException
This class defines an exception thrown when a db driver name is invalid.
| Constructor Summary | |
|---|---|
ReportSDKInvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
For internal use only. |
|
ReportSDKInvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
For internal use only. |
|
| Method Summary | |
|---|---|
static void |
throwReportSDKIvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String msg)
For internal use only. |
static void |
throwReportSDKIvalidDBDriverException(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 |
|---|
public ReportSDKInvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
public ReportSDKInvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
| Method Detail |
|---|
public static void throwReportSDKIvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String msg)
throws ReportSDKInvalidDBDriverException
ReportSDKInvalidDBDriverException
public static void throwReportSDKIvalidDBDriverException(java.lang.String RCI,
int errorCode,
java.lang.String msg,
java.lang.Throwable previous)
throws ReportSDKInvalidDBDriverException
ReportSDKInvalidDBDriverException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||