|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--irssibot.util.log.LogException
Common log exception for delivering error messages from CommonLog
objects to Log system.
| Field Summary | |
private java.lang.Throwable |
rootCause
The cause of this exception |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
(package private) |
LogException(java.lang.String message)
Constructs with message |
(package private) |
LogException(java.lang.Throwable cause)
Constructs with root cause |
| Method Summary | |
(package private) java.lang.Throwable |
getRootCause()
Returns the root cause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.Throwable rootCause
| Constructor Detail |
LogException(java.lang.String message)
message - error messageLogException(java.lang.Throwable cause)
cause - the Throwable that caused this LogException| Method Detail |
java.lang.Throwable getRootCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||