Package org.yamcs
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yamcs.ConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
YConfiguration.ConfigurationNotFoundException
Exception thrown if there is an error in configuration.
If the config problem is related to a file, the confPath is the something like
filename.yaml: key1->subkey2->subkey3...
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) ConfigurationException
(String confpath, String message) ConfigurationException
(String confpath, String message, Throwable t) ConfigurationException
(String message, Throwable t) ConfigurationException
(YConfiguration config, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace