|
|||||||||
| 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.NullPointerException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKNullPointerException
public class ReportSDKNullPointerException
An exception thrown due to an unexpected null pointer.
| Constructor Summary | |
|---|---|
ReportSDKNullPointerException(java.lang.String RCI)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.util.Locale productLocale)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message,
java.util.Locale productLocale)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e,
java.util.Locale productLocale)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.Throwable e)
For internal use only. |
|
ReportSDKNullPointerException(java.lang.String RCI,
java.lang.Throwable e,
java.util.Locale productLocale)
For internal use only. |
|
| 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 ReportSDKNullPointerException(java.lang.String RCI)
public ReportSDKNullPointerException(java.lang.String RCI,
java.lang.Throwable e)
public ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message)
public ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message,
java.lang.Throwable e)
public ReportSDKNullPointerException(java.lang.String RCI,
java.util.Locale productLocale)
public ReportSDKNullPointerException(java.lang.String RCI,
java.lang.Throwable e,
java.util.Locale productLocale)
public ReportSDKNullPointerException(java.lang.String RCI,
java.lang.String message,
java.util.Locale productLocale)
public ReportSDKNullPointerException(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 | ||||||||