com.crystaldecisions.sdk.exception
Class SDKBatchException

java.lang.Object
  |
  +--AbstractException
        |
        +--com.crystaldecisions.sdk.exception.SDKException
              |
              +--com.crystaldecisions.sdk.exception.SDKBatchException

public class SDKBatchException
extends SDKException

This exception represents multiple SDKExceptions.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.crystaldecisions.sdk.exception.SDKException
SDKException.ConfigurationError, SDKException.ContradictingValues, SDKException.CORBASystem, SDKException.CORBAUser, SDKException.DifferentDeployment, SDKException.DifferentEnterpriseVersion, SDKException.EndOfFile, SDKException.FileRead, SDKException.FileWrite, SDKException.InvalidArg, SDKException.InvalidCMSSyntax, SDKException.InvalidCopyMode, SDKException.InvalidObjectID, SDKException.InvalidOperation, SDKException.InvalidPagingIndex, SDKException.InvalidRightKind, SDKException.NativeError, SDKException.NoRight, SDKException.NoRightChildren, SDKException.NotImplemented, SDKException.ObjectNotFound, SDKException.OCAFramework, SDKException.OutOfRange, SDKException.PageServerError, SDKException.PluginCategory, SDKException.PluginInitialization, SDKException.PluginNotFound, SDKException.PluginNotFoundAtCMS, SDKException.PropertyNotFound, SDKException.PropertyReadOnly, SDKException.SameDeployment, SDKException.SecurityError, SDKException.Serialization, SDKException.ServiceFailure, SDKException.ServiceNotFound, SDKException.StreamRead, SDKException.TimeOut, SDKException.Unexpected, SDKException.UnexpectedValue, SDKException.UnsupportedEnterpriseVersion, SDKException.URIFormat
 
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

getExceptions

public java.util.List getExceptions()

Gets the list of SDKExceptions.

Returns:
A list of SDKExceptions.

getMessage

public java.lang.String getMessage(java.util.Locale locale)

Returns the localized error message for this throwable object.

Overrides:
getMessage in class SDKException
Parameters:
locale - The locale-specific properties that the message string will use.
Returns:
A 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.

getDetail

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.

Overrides:
getDetail in class SDKException
Returns:
The detail string.