Class BraveLocalEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveLocalEnvironmentException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionBraveLocalEnvironmentException(String message) BraveLocalEnvironmentException(@NotNull Supplier<String> message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BraveLocalEnvironmentException
-
BraveLocalEnvironmentException
-