Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdrupes.builder.api.BuildException
org.jdrupes.builder.api.ConfigurationException
- All Implemented Interfaces:
Serializable
The Class ConfigurationException.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BuildException
BuildException.Reason -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BuildException
cause, detail, details, from, getMessage, message, origin, reasonMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException()Initializes a new configuration exception.
-