|
|||||||||
| 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.IllegalArgumentException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKIllegalArgumentException
public class ReportSDKIllegalArgumentException
| Constructor Summary | |
|---|---|
ReportSDKIllegalArgumentException(java.lang.String RCI)
|
|
ReportSDKIllegalArgumentException(java.lang.String RCI,
java.util.Locale productLocale)
|
|
ReportSDKIllegalArgumentException(java.lang.String message,
java.lang.String RCI)
|
|
ReportSDKIllegalArgumentException(java.lang.String message,
java.lang.String RCI,
java.util.Locale productLocale)
|
|
ReportSDKIllegalArgumentException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
|
|
| 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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportSDKIllegalArgumentException(java.lang.String RCI)
public ReportSDKIllegalArgumentException(java.lang.String message,
java.lang.String RCI)
public ReportSDKIllegalArgumentException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
public ReportSDKIllegalArgumentException(java.lang.String RCI,
java.util.Locale productLocale)
public ReportSDKIllegalArgumentException(java.lang.String message,
java.lang.String RCI,
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||