|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jfree.util.StackableException
org.jfree.report.modules.preferences.base.ConfigStoreException
The config store exception is throwns if an error prevents an operation on the current configuration storage provider.
Constructor Summary | |
ConfigStoreException()
DefaultConstructor. |
|
ConfigStoreException(java.lang.String s)
Creates a config store exception with the given message. |
|
ConfigStoreException(java.lang.String s,
java.lang.Exception e)
Creates a config store exception with the given message and root exception. |
Methods inherited from class org.jfree.util.StackableException |
getParent, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigStoreException()
public ConfigStoreException(java.lang.String s, java.lang.Exception e)
s
- the exception message.e
- the exception that caused all the trouble.public ConfigStoreException(java.lang.String s)
s
- the message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |