Method Summary |
|
public boolean | add(ApplicationException exception) Adds an ApplicationException object to the internal collection.
Parameters: exception - the ApplicationException. |
public void | addContext(String context) This is a convenience method to wrap each ApplicationException of this ApplicationExceptions object in an ApplicationExceptionWithContext instance, adding the input context.
Parameters: context - The context under which the exception was raised. |
public ApplicationException[] | getApplicationExceptionArray() Returns an array of ApplicationException objects. |
public Iterator | iterator() Returns the iterator on the internal collection of ApplicationException objects. |
public boolean | remove(ApplicationException exception) Removes an ApplicationException object from the internal collection.
Parameters: exception - the ApplicationException. |
public int | size() Returns the number of ApplicationException objects in the internal collection. |