|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.util.UtilException
public final class UtilException
Exception utilities.
| Method Summary | |
|---|---|
static String |
toString(Throwable exception)
Dump exception trace to a string. |
static Throwable |
unwrapException(Throwable error)
Unwrap SpecRunner subclasses exception to find root cause. |
static Throwable |
unwrapPresentation(Throwable error)
Unwrap SpecRunner IPresentation to find root cause. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String toString(Throwable exception)
throws IOException
exception - The exception.
IOException - On dump errors.public static Throwable unwrapException(Throwable error)
error - The error.
public static Throwable unwrapPresentation(Throwable error)
error - The error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||