Class MultipleIoException

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.io.IOException> getExceptions()  
      static void throwIfRequired​(java.util.List<? extends java.io.IOException> ioExceptions)  
      static java.io.IOException toIOException​(java.util.List<? extends java.io.IOException> ioExceptions)  
      • 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getExceptions

        public java.util.List<java.io.IOException> getExceptions()
      • throwIfRequired

        public static void throwIfRequired​(java.util.List<? extends java.io.IOException> ioExceptions)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • toIOException

        public static java.io.IOException toIOException​(java.util.List<? extends java.io.IOException> ioExceptions)