Package org.yamcs
Class YConfiguration.ConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yamcs.ConfigurationException
org.yamcs.YConfiguration.ConfigurationNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- YConfiguration
Introduced to be able to detect when a configuration file was not specified (as opposed to when there's a
validation error inside). The current default behaviour of Yamcs is to throw an error when
getConfiguration(String subystem) is called and the resource does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationNotFoundException
(String message) ConfigurationNotFoundException
(String message, Throwable t) -
Method Summary
Methods inherited from class org.yamcs.ConfigurationException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConfigurationNotFoundException
-
ConfigurationNotFoundException
-