|
||||||||||
| 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.config.ProntoConfigException
public class ProntoConfigException
Instances of this exception are thrown when a Config encounters a problem satisfying a configuration property request in any form.
| Constructor Summary | |
|---|---|
ProntoConfigException()
Construct a new ProntoConfigException. |
|
ProntoConfigException(java.lang.String message)
Construct a new ProntoConfigException. |
|
ProntoConfigException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ProntoConfigException. |
|
ProntoConfigException(java.lang.Throwable cause)
Construct a new ProntoConfigException. |
|
| 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 ProntoConfigException()
public ProntoConfigException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the throwable that caused the exceptionpublic ProntoConfigException(java.lang.String message)
message - the message of the exceptionpublic ProntoConfigException(java.lang.Throwable cause)
cause - the throwable that caused the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||