public static class MultipleIOException.Builder
extends java.lang.Object
IOException using MultipleIOException
if there are more than one.| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(java.lang.Throwable t) |
Add the given
Throwable to the exception list. |
java.io.IOException |
build() |
|
boolean |
isEmpty() |
public void add(java.lang.Throwable t)
Throwable to the exception list.t - Throwable.public java.io.IOException build()
IOExceptionpublic boolean isEmpty()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.