|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tomgibara.pronto.core.ProntoException
com.tomgibara.pronto.logging.ProntoLoggingException
public class ProntoLoggingException
Instances of this exception are thrown when the LoggingConfig instance is unable to successfully update the logging configuration.
| Constructor Summary | |
|---|---|
ProntoLoggingException()
Constructs a new ProntoLoggingException. |
|
ProntoLoggingException(java.lang.String message)
Constructs a new ProntoLoggingException. |
|
ProntoLoggingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ProntoLoggingException. |
|
ProntoLoggingException(java.lang.Throwable cause)
Constructs a new ProntoLoggingException. |
|
| 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 ProntoLoggingException()
public ProntoLoggingException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the throwable which caused this exceptionpublic ProntoLoggingException(java.lang.String message)
message - the message of the exceptionpublic ProntoLoggingException(java.lang.Throwable cause)
cause - the throwable which caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||