|
|||||||||
| 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.SDKServerExceptionWrapper
public static class SDKException.SDKServerExceptionWrapper
An exception class that can wrap other SDK server exceptions.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKException.SDKServerExceptionWrapper(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. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
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.SDKServerExceptionWrapper(java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.String getErrorCodeString()
Returns the exception code string of this exception.
Refer to the "BI Platform Servers (FWB) Error Messages" section in 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()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||