|
JAPI 0_6-alpha-2 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.japi.util.PrintStreamThrowableHandler
public class PrintStreamThrowableHandler
A ThrowableHandler that prints exceptions to a defined PrintStream.
| Field Summary | |
|---|---|
static PrintStreamThrowableHandler |
STDERR
Static instance for printing to STDERR. |
| Constructor Summary | |
|---|---|
PrintStreamThrowableHandler(PrintStream stream)
Private Singleton Constructor. |
|
| Method Summary | |
|---|---|
void |
handleThrowable(Throwable t)
Handle a Throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PrintStreamThrowableHandler STDERR
| Constructor Detail |
|---|
public PrintStreamThrowableHandler(PrintStream stream)
| Method Detail |
|---|
public void handleThrowable(Throwable t)
handleThrowable in interface ThrowableHandlert - Throwable to handle
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||