|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractException
com.crystaldecisions.sdk.exception.SDKException
com.crystaldecisions.sdk.exception.SDKBatchException
public class SDKBatchException
This exception represents multiple SDKExceptions.
| Nested Class Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getDetail()
Deprecated. Use #getDetailMessage() |
java.lang.String |
getDetailMessage(java.util.Locale locale)
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 |
|---|
map, map, map, map |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List getExceptions()
public java.lang.String getMessage(java.util.Locale locale)
locale - The locale-specific properties that the message string will use.
String containing the error message string of this
Throwable object if it was #Throwable(String) created with an
error message string or null if it was #Throwable() created with
no error message.public java.lang.String getDetail()
#getDetailMessage()
public java.lang.String getDetailMessage(java.util.Locale locale)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||