|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.util.ExceptionUtils
public class ExceptionUtils
Utility class for dealing with exceptions.
| Method Summary | |
|---|---|
static java.lang.Throwable |
getRootCause(java.lang.Throwable throwable)
Returns the root cause of this throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Throwable getRootCause(java.lang.Throwable throwable)
throwable - The throwable to inspect.
null if the throwable is null or doesn't have a cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||