|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.logging.LogException
Exception thrown when there is a problem with logging a message
| Constructor Summary | |
LogException()
Constructor |
|
LogException(String s)
Constructor |
|
LogException(String s,
String newObjectName,
String newMsg)
Constructor |
|
LogException(String s,
Throwable t)
Constructor |
|
LogException(Throwable t)
Constructor |
|
| Method Summary | |
String |
getLogMsg()
Return the logging message |
String |
getObjectName()
|
| Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
getErrorNumber, getMessage, getNested, omitPackages, 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()
public LogException(String s)
s - Error message
public LogException(String s,
String newObjectName,
String newMsg)
s - Error messagenewObjectName - Name of the object trying to log the messagenewMsg - The message that could not be logged
public LogException(String s,
Throwable t)
s - Error messaget - The nested exceptionpublic LogException(Throwable t)
t - The nested exception| Method Detail |
public String getLogMsg()
public String getObjectName()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||