|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractException
|
+--com.crystaldecisions.sdk.exception.SDKException
|
+--com.crystaldecisions.sdk.exception.SDKBatchException
This exception represents multiple SDKExceptions.
| Nested Class Summary |
| Method Summary | |
java.lang.String |
getDetail()
Gets the detailed error message used for diagnosis. |
java.util.List |
getExceptions()
Gets the list of SDKExceptions. |
java.lang.String |
getMessage(java.util.Locale locale)
Returns the localized error message for this throwable object. |
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKException |
getCause, getMessage, map, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.util.List getExceptions()
Gets the list of SDKExceptions.
public java.lang.String getMessage(java.util.Locale locale)
Returns the localized error message for this throwable object.
getMessage in class SDKExceptionlocale - The locale-specific properties that the message string will use.
String containing the error message string of this
Throwable object if it was created with an
error message string or null if it was created with
no error message.public java.lang.String getDetail()
Gets the detailed error message used for diagnosis. The string will contain the stack trace, and nested exceptions if applicable. This string is only available in English.
getDetail in class SDKException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||