Class InternalException

All Implemented Interfaces:
Serializable

public final class InternalException extends JDACException
Will be thrown if anything goes wrong internally. Should be reported to the devs.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String key)
      Parameters:
      key - the bundle key of the error message
    • InternalException

      public InternalException(String key, I18n.Entry... placeholder)
      Parameters:
      key - the bundle key of the error message
      placeholder - the placeholders to insert
    • InternalException

      public InternalException(String key, Throwable cause)
      Parameters:
      key - the bundle key of the error message
      cause - the cause of the internal exception
  • Method Details