| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Method and Description |
|---|---|
ExceptionControl.Catch<R> |
ExceptionControl.Catch.andFinally(VoidFunction0 body) |
<R> ExceptionControl.Catch<R> |
ExceptionControl.HandlingByBuilder.by(Function1<Throwable,R> f) |
static <R> ExceptionControl.Catch<R> |
ExceptionControl.ignoring(Class<? extends Throwable>... catcher)
Creates a Catch object which catches and ignores any of the supplied
exceptions.
|
ExceptionControl.Catch<R> |
ExceptionControl.Catch.or(ExceptionControl.Catch<R> that)
Create a new Catch with additional exception handling logic.
|
static <R> ExceptionControl.Catch<R> |
ExceptionControl.ultimately(VoidFunction0 body)
Returns a Catch object with no catch logic and the argument as Finally.
|
<R> ExceptionControl.Catch<R> |
ExceptionControl.CatchBuilder.withApply(Function1<Throwable,R> f)
Create a new Catch with the same isDefinedAt logic as this one, but
with the supplied apply method replacing the current one.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionControl.Catch<R> |
ExceptionControl.Catch.or(ExceptionControl.Catch<R> that)
Create a new Catch with additional exception handling logic.
|
Copyright © 2015. All rights reserved.