public class ExceptionIterator
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
ExceptionIterator.CauseIterator |
Constructor and Description |
---|
ExceptionIterator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFirstMessage(java.lang.Exception e) |
static boolean |
isCausedBy(java.lang.Throwable e,
java.lang.Class lookFor) |
static java.lang.Throwable |
iterate(java.lang.Throwable excp,
ExceptionIterator.CauseIterator iterator) |
void |
m1() |
void |
m2() |
void |
m3() |
static void |
main(java.lang.String[] args) |
public static java.lang.Throwable iterate(java.lang.Throwable excp, ExceptionIterator.CauseIterator iterator)
public static boolean isCausedBy(java.lang.Throwable e, java.lang.Class lookFor)
public static java.lang.String getFirstMessage(java.lang.Exception e)
public void m1() throws java.lang.Exception
java.lang.Exception
public void m2() throws java.lang.Exception
java.lang.Exception
public void m3() throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)