Class SweepAction.MultiException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SweepAction<T>

    public static class SweepAction.MultiException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiException​(java.lang.Exception... exceptions)  
      MultiException​(java.util.Collection<java.lang.Exception> exceptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Exception> getExceptions()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultiException

        public MultiException​(java.lang.Exception... exceptions)
      • MultiException

        public MultiException​(java.util.Collection<java.lang.Exception> exceptions)
    • Method Detail

      • getExceptions

        public java.util.List<java.lang.Exception> getExceptions()