|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--multex.Msg
Services for reporting messages for exceptions
| Method Summary | |
static void |
printStackTrace(java.io.PrintStream io_printer,
java.lang.Throwable i_throwable)
Prints the compactified stack trace of i_throwable and its chained causing exceptions to io_printer. |
static void |
printStackTrace(java.io.PrintWriter io_printer,
java.lang.Throwable i_throwable)
Prints the compactified stack trace of i_throwable and its chained causing exceptions to io_printer. |
static void |
printStackTrace(java.lang.Throwable i_throwable)
Prints the compactified stack trace of i_throwable and its chained causing exceptions to System.err. |
static void |
report(java.applet.Applet io_owner,
java.lang.Throwable i_throwable)
Reports i_throwable from Applet io_owner. |
static void |
report(java.awt.Dialog io_owner,
java.lang.Throwable i_throwable)
Reports i_throwable blocking io_owner. |
static void |
report(java.awt.Frame io_owner,
java.lang.Throwable i_throwable)
Reports i_throwable blocking io_owner. |
static void |
report(java.io.PrintStream io_printer,
java.lang.Throwable i_throwable)
Reports i_throwable to io_printer |
static void |
report(java.io.PrintWriter io_printer,
java.lang.Throwable i_throwable)
Reports i_throwable to io_printer, detail description here. |
static void |
report(java.lang.Throwable i_throwable)
Reports i_throwable to System.err |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static void report(java.awt.Dialog io_owner,
java.lang.Throwable i_throwable)
report(java.awt.Frame,Throwable)
public static void report(java.applet.Applet io_owner,
java.lang.Throwable i_throwable)
report(java.awt.Frame,Throwable)
public static void report(java.awt.Frame io_owner,
java.lang.Throwable i_throwable)
The Button "Show Stack Trace" will add the compactified stack trace including the chain of all causing exceptions to the message dialog box. The contents of the compact stack trace are described at method Failure.printCompactStackTrace(StringBuffer,Throwable,Exception).
Blocks further input to io_owner, until this message window will be closed.
In an application this method should not be called directly from a GUI class, but the author of each GUI class should set up a method
private void _report(Throwable e){Msg.report(this,e);}
, which will be called from each catch-clause in the event listeners
and adds the actual GUI class as the owner of the message dialog.report(java.io.PrintWriter,Throwable),
Failure.printCompactStackTrace(StringBuffer,Throwable,Exception)public static void report(java.lang.Throwable i_throwable)
report(java.io.PrintWriter,Throwable)
public static void report(java.io.PrintStream io_printer,
java.lang.Throwable i_throwable)
report(java.io.PrintWriter,Throwable)
public static void report(java.io.PrintWriter io_printer,
java.lang.Throwable i_throwable)
MsgText.getMessageLine(Throwable),
Failurepublic static void printStackTrace(java.lang.Throwable i_throwable)
printStackTrace(java.io.PrintWriter,Throwable)
public static void printStackTrace(java.io.PrintStream io_printer,
java.lang.Throwable i_throwable)
printStackTrace(java.io.PrintWriter,Throwable)
public static void printStackTrace(java.io.PrintWriter io_printer,
java.lang.Throwable i_throwable)
Failure.printCompactStackTrace(StringBuffer,Throwable,Exception)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||