|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjanus.web.ErrorReport
Hilfsklasse zum Loggen und Versenden von Fehlern.
| Field Summary | |
String |
caller
Aufrufer |
List |
list
Liste der Ausnahmen |
String |
threadName
Thread-Name |
Throwable |
throwable
Ausnahme |
Date |
timestamp
Zeitpunkt |
| Constructor Summary | |
ErrorReport(Throwable throwable)
Erzeugen aus Throwable. |
|
| Method Summary | |
static Throwable |
create(Throwable t)
Convenience-Aufruf |
static Throwable |
create(Throwable t,
Throwable cause)
Convenience-Aufruf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final String caller
public final List list
public final String threadName
public final Throwable throwable
public final Date timestamp
| Constructor Detail |
public ErrorReport(Throwable throwable)
throwable - Ausnahme, die geloggt werden soll| Method Detail |
public static Throwable create(Throwable t)
t - die Ausnahme
public static Throwable create(Throwable t,
Throwable cause)
t - die Ausnahmecause - Grund der Ausnahme
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||