Package space.arim.dazzleconf.error
Class IllDefinedConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
space.arim.dazzleconf.error.IllDefinedConfigException
- All Implemented Interfaces:
Serializable
Indicates the programmer creating the configuration has made a mistake, such as violating an annotation
contract.
- Author:
- A248
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exceptionIllDefinedConfigException(String message) Creates the exception with an exception messageIllDefinedConfigException(String message, Throwable cause) Creates the exception with an exception message and causeCreates the exception with a 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
-
IllDefinedConfigException
public IllDefinedConfigException()Creates the exception -
IllDefinedConfigException
Creates the exception with an exception message- Parameters:
message- the message
-
IllDefinedConfigException
Creates the exception with a cause- Parameters:
cause- the cause
-
IllDefinedConfigException
Creates the exception with an exception message and cause- Parameters:
message- the messagecause- the cause
-