BPM Process API

fuego.papi.exception
Class FilterBatchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.BatchOperationException
                  extended by fuego.papi.exception.FilterBatchOperationException
All Implemented Interfaces:
Serializable

public class FilterBatchOperationException
extends BatchOperationException

See Also:
Serialized Form

Constructor Summary
FilterBatchOperationException(InstanceInfo[] instances, Map<String,Throwable> otherExceptions)
          Constructs a FilterBatchOperationException.
 
Method Summary
 boolean failAllProcesses()
          Returns if filter could not be executed over any processes.
 InstanceInfo[] getAvailableInstances()
          Instances available.
 
Methods inherited from class fuego.papi.BatchOperationException
failAll, getAvailableObjects, getMessage, getNotAvailableObjects, getStackTraceString
 
Methods inherited from class fuego.lang.DefaultException
getCode, getDetail, getKey, getMessage, getStackTrace, getTechnicalDetail, getUserMessage, hasDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterBatchOperationException

public FilterBatchOperationException(InstanceInfo[] instances,
                                     Map<String,Throwable> otherExceptions)
Constructs a FilterBatchOperationException.

Parameters:
instances - Obtained instances.
otherExceptions - Problems over the process where the filter could not be executed.
Method Detail

getAvailableInstances

public InstanceInfo[] getAvailableInstances()
Instances available.

Returns:
Instances available.

failAllProcesses

public boolean failAllProcesses()
Returns if filter could not be executed over any processes.

Returns:
true if filter could not be executed over any processes.

BPM Process API

© Copyright 1996-2008 Oracle Corporation