Package com.mastfrog.util.preconditions
Class ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.mastfrog.util.preconditions.ConfigurationError
- All Implemented Interfaces:
Serializable
Error which can be thrown during startup/initialization, indicating
the application's configuration is so broken startup should be
aborted. Thrown in cases such as a configuration parameter which must
be a number being a non-number string and that sort of thing.
- Since:
- 1.2.1
- Author:
- Tim Boudreau
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationError(String string) ConfigurationError(String string, Throwable thrwbl) ConfigurationError(String string, Throwable thrwbl, boolean bln, boolean bln1) ConfigurationError(Throwable thrwbl) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationError
public ConfigurationError() -
ConfigurationError
-
ConfigurationError
-
ConfigurationError
-
ConfigurationError
-