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