|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.util.ChainedThrowableUtil
public class ChainedThrowableUtil
Utilities used to implement the Chained* throwables.
Method Summary | |
---|---|
static java.lang.String |
getMessage(com.lutris.util.ChainedThrowable except,
java.lang.String superMsg)
Get the message associated with this exception. |
static java.lang.String |
makeMessage(java.lang.Throwable cause)
Generate the message to set for the exception message. |
static void |
printCauseTrace(com.lutris.util.ChainedThrowable except)
Prints stacktrace and cause stacktrace. |
static void |
printCauseTrace(com.lutris.util.ChainedThrowable except,
java.io.PrintStream s)
Prints stacktrace and cause stacktrace. |
static void |
printCauseTrace(com.lutris.util.ChainedThrowable except,
java.io.PrintWriter out)
Prints stacktrace and cause stacktrace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String makeMessage(java.lang.Throwable cause)
public static java.lang.String getMessage(com.lutris.util.ChainedThrowable except, java.lang.String superMsg)
public static void printCauseTrace(com.lutris.util.ChainedThrowable except)
public static void printCauseTrace(com.lutris.util.ChainedThrowable except, java.io.PrintStream s)
public static void printCauseTrace(com.lutris.util.ChainedThrowable except, java.io.PrintWriter out)
|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |