|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.ErrorHandler.ErrorInfo
public static class ErrorHandler.ErrorInfo
Contains information about an error.
Field Summary | |
---|---|
boolean |
error
true on error, false on warning. |
String |
message
The message. |
String |
stacktrace
The stack trace. |
long |
timestamp
The time the error occurred. |
Constructor Summary | |
---|---|
ErrorHandler.ErrorInfo(boolean error,
String message,
Throwable t)
Creates new error information object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long timestamp
public final boolean error
true
on error, false
on warning.
public final String message
public final String stacktrace
Constructor Detail |
---|
public ErrorHandler.ErrorInfo(boolean error, String message, Throwable t)
error
- true
on error, false
on warning.message
- The message.t
- the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |