|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ctc.wstx.util.ExceptionUtil
public final class ExceptionUtil
| Method Summary | |
|---|---|
static void |
throwAsIllegalArgument(java.lang.Throwable t)
|
static void |
throwGenericInternal()
This method is just added for convenience, and only to be used for assertion style of exceptions. |
static void |
throwIfUnchecked(java.lang.Throwable t)
|
static void |
throwInternal(java.lang.String msg)
|
static void |
throwRuntimeException(java.lang.Throwable t)
Method that can be used to convert any Throwable to a RuntimeException; conversion is only done for checked exceptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void throwRuntimeException(java.lang.Throwable t)
public static void throwAsIllegalArgument(java.lang.Throwable t)
public static void throwIfUnchecked(java.lang.Throwable t)
public static void throwGenericInternal()
public static void throwInternal(java.lang.String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||