Package xyz.dynxsty.dih4jda.exceptions
Class DIH4JDAReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.dynxsty.dih4jda.exceptions.DIH4JDAException
xyz.dynxsty.dih4jda.exceptions.DIH4JDAReflectionException
- All Implemented Interfaces:
Serializable
Exception that is thrown for everything that is related to reflection inside DIH4JDA.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DIH4JDAReflectionException
Creates a new instance of theDIH4JDAReflectionException
.- Parameters:
cause
- theThrowable
that causes this exception.
-