public class ExceptionToIoExceptionFunction
extends java.lang.Object
implements com.google.common.base.Function<java.lang.Exception,java.io.IOException>
Exception
to IOException
.Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<java.lang.Exception,java.io.IOException> |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
apply(java.lang.Exception exception) |
Copyright © 2019. All rights reserved.