|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.util.lang.Exceptions
public class Exceptions
Nested Class Summary | |
---|---|
static interface |
Exceptions.IThrowableVisitor<T>
|
static class |
Exceptions.Visit<T>
|
Method Summary | ||
---|---|---|
static
|
findCause(java.lang.Throwable throwable,
java.lang.Class<T> causeType)
|
|
static
|
visit(java.lang.Throwable throwable,
Exceptions.IThrowableVisitor<T> visitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T extends java.lang.Throwable> T findCause(java.lang.Throwable throwable, java.lang.Class<T> causeType)
public static <T> T visit(java.lang.Throwable throwable, Exceptions.IThrowableVisitor<T> visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |