|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.tonjac.util.LogException
public class LogException
Exception that logs the error message
| Constructor Summary | |
|---|---|
LogException(java.lang.String msg)
Create an exception that logs at the severe level |
|
LogException(java.lang.String msg,
java.util.logging.Level level)
Create an exception that logs |
|
LogException(java.lang.Throwable e)
Create an exception that logs at the severe level |
|
LogException(java.lang.Throwable e,
java.util.logging.Level level)
Create an exception that logs |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public LogException(java.lang.String msg)
msg - Error messagepublic LogException(java.lang.Throwable e)
e - Exception
public LogException(java.lang.String msg,
java.util.logging.Level level)
msg - Messagelevel - Log level
public LogException(java.lang.Throwable e,
java.util.logging.Level level)
e - Exceptionlevel - Log level
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||