Package xyz.dynxsty.dih4jda.exceptions
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.dynxsty.dih4jda.exceptions.DIH4JDAException
xyz.dynxsty.dih4jda.exceptions.InvalidConfigurationException
- All Implemented Interfaces:
Serializable
Exception that is thrown for an invalid configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidConfigurationException(String message) Creates a newInvalidConfigurationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidConfigurationException
Creates a newInvalidConfigurationException.- Parameters:
message- The exceptions' message.
-