|
||||||||||
| 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
|
+--net.larsan.norna.util.NestedException
|
+--net.larsan.norna.service.log.LogException
A log exception is a nested exception used by the log package to signal an error some where in the log chain.
| Constructor Summary | |
LogException(java.lang.String msg)
Create new log exception. |
|
LogException(java.lang.String msg,
java.lang.Throwable th)
Create new log exception. |
|
| Methods inherited from class net.larsan.norna.util.NestedException |
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LogException(java.lang.String msg,
java.lang.Throwable th)
msg - Exception string messagepublic LogException(java.lang.String msg)
msg - Exception string message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||