Class UndefinedEnvironmentVariableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.dropwizard.configuration.UndefinedEnvironmentVariableException
All Implemented Interfaces:
Serializable

public class UndefinedEnvironmentVariableException extends RuntimeException
An exception thrown, if a variable cannot be replaced by an EnvironmentVariableSubstitutor because no value is provided.
See Also:
  • Constructor Details

    • UndefinedEnvironmentVariableException

      public UndefinedEnvironmentVariableException(String errorMessage)
      Constructs a new exception with the given error message.
      Parameters:
      errorMessage - the error message