|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.throwableutil.ThrowableUtilOrig
This class is the template for a utility to throw checked exceptions as runtime exceptions. It will be modified with BCEL to ignore the checking of checked exceptions.
Constructor Summary | |
ThrowableUtilOrig()
|
Method Summary | |
static void |
throwAsRuntime(java.lang.Throwable throwable)
This method will throw any throwable which is passed in as an unchecked RuntimeException. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThrowableUtilOrig()
Method Detail |
public static void throwAsRuntime(java.lang.Throwable throwable)
throwable
- A Throwable which will be re-thrown as a
RuntimeException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |