|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.task.LaunderThrowable
public class LaunderThrowable
StaticUtilities
| Constructor Summary | |
|---|---|
LaunderThrowable()
|
|
| Method Summary | |
|---|---|
static java.lang.RuntimeException |
launderThrowable(java.lang.Throwable t)
Coerce an unchecked Throwable to a RuntimeException If the Throwable is an Error, throw it; if it is a RuntimeException return it, otherwise throw IllegalStateException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunderThrowable()
| Method Detail |
|---|
public static java.lang.RuntimeException launderThrowable(java.lang.Throwable t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||