Class CorruptConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class CorruptConfigurationException
    extends RuntimeException
    Exception indicating that the parsed configuration was corrupt. Corruption typically means missing or invalid values.
    See Also:
    Serialized Form
    • Constructor Detail

      • CorruptConfigurationException

        public CorruptConfigurationException​(String message)
        Creates a new exception with the given error message.
        Parameters:
        message - The exception's message.
      • CorruptConfigurationException

        public CorruptConfigurationException​(String message,
                                             Throwable cause)