Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.logging
Class LogException  view LogException download LogException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.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()