Package space.arim.dazzleconf
Class DeveloperMistakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
space.arim.dazzleconf.DeveloperMistakeException
- All Implemented Interfaces:
Serializable
Thrown whenever a preventable problem in how the configuration was constructed or defined arises at runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeveloperMistakeException(String message) Creates from the given messageDeveloperMistakeException(String message, Throwable cause) Creates from a message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeveloperMistakeException
Creates from the given message- Parameters:
message- the message
-
DeveloperMistakeException
Creates from a message and cause- Parameters:
message- the messagecause- the cause
-