|
|||||||||||
| 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
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.log.LoggerException
Represents an exceptional condition during setup or use of a Logger.
| Constructor Summary | |
LoggerException()
Construct a new LoggerException with no other information. |
|
LoggerException(String message)
Construct a new LoggerException for the specified message. |
|
LoggerException(String message,
Throwable cause)
Construct a new LoggerException for the specified message and throwable. |
|
LoggerException(Throwable throwable)
Construct a new LoggerException for the specified throwable. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LoggerException()
public LoggerException(String message)
message - Message describing this exceptionpublic LoggerException(Throwable throwable)
throwable - Throwable that caused this exception
public LoggerException(String message,
Throwable cause)
message - message describing this exceptioncause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||