| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionControl.HandlingByBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionControl.CatchBuilder |
ExceptionControl.allCatch()
A Catch object which catches everything.
|
static ExceptionControl.CatchBuilder |
ExceptionControl.catching(Class<? extends Throwable>... catcher)
Creates a Catch object which will catch any of the supplied exceptions.
|
static ExceptionControl.CatchBuilder |
ExceptionControl.catchingPromiscuously(Class<? extends Throwable>... catcher)
Creates a Catch object which will catch any of the supplied exceptions.
|
Copyright © 2015. All rights reserved.