Package xyz.dynxsty.dih4jda.exceptions
Class DIH4JDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.dynxsty.dih4jda.exceptions.DIH4JDAException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandNotRegisteredException,DIH4JDAReflectionException,InvalidCommandException,InvalidPackageException,InvalidTypeException
Exception that is thrown for everything that is related to DIH4JDA.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDIH4JDAException(String message) DIH4JDAException(String message, Throwable t) DIH4JDAException(Throwable 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
-
DIH4JDAException
-
DIH4JDAException
-
DIH4JDAException
-