Package org.rribbit

Class MultipleThrowablesOccurredException

All Implemented Interfaces:
Serializable

public class MultipleThrowablesOccurredException extends RuntimeException
This Exception occurs when multiple Listeners are invoked and multiple of them throw a Throwable.
Author:
G.J. Schouten
See Also:
  • Constructor Details

    • MultipleThrowablesOccurredException

      public MultipleThrowablesOccurredException(Collection<Throwable> throwables)
  • Method Details