com.lambdista.config

exception

package exception

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigSyntaxException extends RuntimeException

    Exception representing this fact: the configuration syntax is wrong.

  2. class ConversionException extends RuntimeException

    Exception representing this fact: a conversion from abstractValue to a ConcreteValue cannot be done.

  3. class KeyNotFoundException extends RuntimeException

    Exception representing this fact: a given key cannot be found in the configuration.

Ungrouped