|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCERuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException.UnexpectedCause
public static class SDKRuntimeException.UnexpectedCause
This exception describes an unexpected runtime problem that is caused by some other exception.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKRuntimeException.UnexpectedCause(java.lang.Exception cause)
Constructs an Unexpected Exception object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDetailMessage(java.util.Locale locale)
Gets the detailed error message used for diagnosis. |
java.lang.String |
getMessage(java.util.Locale locale)
Returns a localized String exception message from the SDKRuntimeException parent class. |
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
|---|
checkPositive, checkRange, checkRange, getDetail, getParams |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKRuntimeException.UnexpectedCause(java.lang.Exception cause)
Constructs an Unexpected Exception object.
cause - An Exception object containing the cause of the
unexpected runtime problem.| Method Detail |
|---|
public java.lang.String getMessage(java.util.Locale locale)
Returns a localized String exception message from the SDKRuntimeException parent class.
locale - A Locale object that specifies the language of the exception message.
String exception message from the SDKRuntimeException parent class.public java.lang.String getDetailMessage(java.util.Locale locale)
SDKRuntimeExceptionGets the detailed error message used for diagnosis. The string will contain the stack trace, and nested exceptions if applicable. This string is returned in its requested locale.
getDetailMessage in class SDKRuntimeExceptionlocale - The requested locale of the message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||