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

public class DIH4JDAException extends Exception
Exception that is thrown for everything that is related to DIH4JDA.
See Also:
  • Constructor Details

    • DIH4JDAException

      public DIH4JDAException(String message)
    • DIH4JDAException

      public DIH4JDAException(Throwable cause)
    • DIH4JDAException

      public DIH4JDAException(String message, Throwable t)