Package

com.lambdista.config

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigSyntaxException extends RuntimeException

    Permalink

    Exception representing this fact: the configuration syntax is wrong.

    Exception representing this fact: the configuration syntax is wrong.

    Since

    2015-11-27

  2. class ConversionException extends RuntimeException

    Permalink

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

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

    Since

    2015-11-27

  3. class KeyNotFoundException extends RuntimeException

    Permalink

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

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

    Since

    2015-11-27

Ungrouped