|
|||||||||
| 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.SDKException.ExceptionWrapper
public static class SDKException.ExceptionWrapper
An exception class that can wrap other SDK exceptions.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKException.ExceptionWrapper(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDetailMessage(java.util.Locale locale)
Returns the detailed error message used for diagnosis. |
java.lang.String |
getErrorCodeString()
Returns the exception code string of this exception. |
java.lang.String |
getMessage(java.util.Locale locale)
Returns the basic error message used for diagnosis. |
java.lang.String |
serialize()
|
| 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 |
| Constructor Detail |
|---|
public SDKException.ExceptionWrapper(java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.String getErrorCodeString()
Returns the exception code string of this exception.
Refer to the Error Message Explained guide for a complete list of all BusinessObjects Enterprise server error codes.
public java.lang.String getMessage(java.util.Locale locale)
Returns the basic error message used for diagnosis.
public java.lang.String getDetailMessage(java.util.Locale locale)
Returns the detailed error message used for diagnosis. The string will contain the message, and nested exceptions if applicable.
public java.lang.String serialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||