public final class IOExceptionUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static UncheckedIOException |
toUnchecked(IOException e) |
static UncheckedIOException |
toUnchecked(String message) |
public static UncheckedIOException toUnchecked(IOException e)
public static UncheckedIOException toUnchecked(@Nullable String message)
Copyright © 2022. All rights reserved.