Class BraveLocalEnvironmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveLocalEnvironmentException
All Implemented Interfaces:
Serializable

public class BraveLocalEnvironmentException extends RuntimeException
Exception thrown when there is an error related to the local environment. It is thrown when the environment variable is not set or when the properties file is not found.
See Also:
  • Constructor Details

    • BraveLocalEnvironmentException

      public BraveLocalEnvironmentException(String message)
    • BraveLocalEnvironmentException

      public BraveLocalEnvironmentException(@NotNull @NotNull Supplier<String> message)