com.ibm.bpc.clientcore.exception

Class ErrorsInCommandException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.bpe.api.ProcessException
  5. extended bycom.ibm.bpc.clientcore.ClientException
  6. extended bycom.ibm.bpc.clientcore.exception.ErrorsInCommandException
All implemented interfaces:
java.io.Serializable

  1. public class ErrorsInCommandException
  2. extends ClientException
Exception used for batch commands that need to report several exceptions that relate to different items that have been processed. In the BPC Explorer the exception is used to notify the calling CommandBar about errors that need not be shown on the error page but should be handled by the CommandBar itself. Typically, this means that the error messages are displayed on the View where the command was triggered.

Error messages for all objects for which errors occured are passed in a map:

See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Fields inherited from class com.ibm.bpe.api.ProcessException
_catalog, _cause, _id, _key, _message, _vars

Constructor Summary

Constructor and Description
ErrorsInCommandException(java.util.Map errors)
Constructs a new ErrorsInCommandException

Method Summary

Modifier and Type Method and Description
  1. java.util.Map
getErrors()
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ErrorsInCommandException

  1. public ErrorsInCommandException( java.util.Map errors)
Constructs a new ErrorsInCommandException
Parameters:
errors - a map of exceptions for object IDs.

Method Detail

getErrors

  1. public java.util.Map getErrors( )
Returns:
a map of exceptions for object IDs.