|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ClassCastException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKClassCastException
public class ReportSDKClassCastException
For internal use only
| Constructor Summary | |
|---|---|
ReportSDKClassCastException(java.lang.String RCI)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.util.Locale productLocale)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.util.Locale productLocale)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e,
java.util.Locale productLocale)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.Throwable e)
|
|
ReportSDKClassCastException(java.lang.String RCI,
java.lang.Throwable e,
java.util.Locale productLocale)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
findCause(java.lang.Class throwable)
Digs into the cause chain to find a cause of the specified type. |
java.lang.String |
getLocalizedMessage()
Gets the localized message from the resource bundle using the given locale. |
java.lang.String |
getResourceKey()
Gets the key used to retrieve a resource value from the resource bundle. |
java.lang.String |
getRootCauseIdentifier()
Gets the root cause identifier of the exception. |
boolean |
isCausedByA(java.lang.Class throwable)
Digs into the cause chain to see if this exception was caused by the specified type of throwable. |
void |
printStackTrace()
Prints the stack trace. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportSDKClassCastException(java.lang.String RCI)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.Throwable e)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
public ReportSDKClassCastException(java.lang.String RCI,
java.util.Locale productLocale)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.Throwable e,
java.util.Locale productLocale)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.util.Locale productLocale)
public ReportSDKClassCastException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e,
java.util.Locale productLocale)
| Method Detail |
|---|
public void printStackTrace()
Prints the stack trace.
printStackTrace in class java.lang.Throwablepublic java.lang.String getResourceKey()
Gets the key used to retrieve a resource value from the resource bundle.
String that specifies the keypublic java.lang.String getRootCauseIdentifier()
Gets the root cause identifier of the exception.
String that specifies the rootCauseIDpublic java.lang.String getLocalizedMessage()
Gets the localized message from the resource bundle using the given locale.
getLocalizedMessage in class java.lang.ThrowableString that specifies the localized messagepublic 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.public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||