|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.core.logging
Class LogException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.logging.LogException
- All Implemented Interfaces:
- java.io.Serializable
- public class LogException
- extends com.jcorporate.expresso.kernel.exception.ChainedException
Exception thrown when there is a problem with logging a message
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.String |
msg
|
private java.lang.String |
objectName
|
| Fields inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
LogException()
Constructor |
|
LogException(java.lang.String s)
Constructor |
|
LogException(java.lang.String s,
java.lang.String newObjectName,
java.lang.String newMsg)
Constructor |
|
LogException(java.lang.String s,
java.lang.Throwable t)
Constructor |
|
LogException(java.lang.Throwable t)
Constructor |
|
| Method Summary | |
java.lang.String |
getLogMsg()
Return the logging message |
java.lang.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 |
| Field Detail |
objectName
private java.lang.String objectName
msg
private java.lang.String msg
| Constructor Detail |
LogException
public LogException()
- Constructor
LogException
public LogException(java.lang.String s)
- Constructor
LogException
public LogException(java.lang.String s, java.lang.String newObjectName, java.lang.String newMsg)
- Constructor
LogException
public LogException(java.lang.String s, java.lang.Throwable t)
- Constructor
LogException
public LogException(java.lang.Throwable t)
- Constructor
| Method Detail |
getLogMsg
public java.lang.String getLogMsg()
- Return the logging message
getObjectName
public java.lang.String getObjectName()
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC