Package org.yamcs

Class YConfiguration.ConfigurationNotFoundException

All Implemented Interfaces:
Serializable
Enclosing class:
YConfiguration

public static class YConfiguration.ConfigurationNotFoundException extends ConfigurationException
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 Details

    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message)
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message, Throwable t)