|
|||||||||
| 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
public abstract class ReportSDKExceptionBase
For internal use only.
| Constructor Summary | |
|---|---|
ReportSDKExceptionBase(int errorCode,
java.lang.String errorMsg)
Deprecated. As of version 4.0. Replaced by ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String). |
|
ReportSDKExceptionBase(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable cause)
Deprecated. As of version 4.0. Replaced by ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String, Throwable). |
|
ReportSDKExceptionBase(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
For internal use only. |
|
ReportSDKExceptionBase(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable cause)
For internal use only. |
|
| Method Summary | |
|---|---|
int |
errorCode()
For internal use only. |
java.lang.Throwable |
findCause(java.lang.Class throwable)
Digs into the cause chain to find a cause of the specified type. |
java.lang.String |
getRootCauseIdentifier()
Gets the root cause identifier (RCI), which can help narrow down the source of a failure. |
boolean |
isCausedByA(java.lang.Class throwable)
Digs into the cause chain to see if this exception was caused by the specified type of throwable. |
java.lang.String |
toString()
|
| 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 |
|---|
@Deprecated
public ReportSDKExceptionBase(int errorCode,
java.lang.String errorMsg)
ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String).
@Deprecated
public ReportSDKExceptionBase(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable cause)
ReportSDKExceptionBase.ReportSDKExceptionBase(String, int, String, Throwable).
public ReportSDKExceptionBase(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg)
public ReportSDKExceptionBase(java.lang.String RCI,
int errorCode,
java.lang.String errorMsg,
java.lang.Throwable cause)
| Method Detail |
|---|
public int errorCode()
public java.lang.String getRootCauseIdentifier()
public java.lang.String toString()
toString in class java.lang.Throwablepublic boolean isCausedByA(java.lang.Class throwable)
throwable - The Class instance for the throwable we are looking for.
public java.lang.Throwable findCause(java.lang.Class throwable)
throwable - The Class instance for the exception we are looking for.
null if not found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||