|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.dods.exceptions.DodsBaseExceptionUtil
public class DodsBaseExceptionUtil
Utilities used to implement the DodsBaseException.
Method Summary | |
---|---|
static java.lang.String |
getMessage(DodsBaseException 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(DodsBaseException except)
Prints stacktrace and cause stacktrace. |
static void |
printCauseTrace(DodsBaseException except,
java.io.PrintStream s)
Prints stacktrace and cause stacktrace. |
static void |
printCauseTrace(DodsBaseException 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(DodsBaseException except, java.lang.String superMsg)
public static void printCauseTrace(DodsBaseException except)
public static void printCauseTrace(DodsBaseException except, java.io.PrintStream s)
public static void printCauseTrace(DodsBaseException except, java.io.PrintWriter out)
|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |