Class NullPageException

All Implemented Interfaces:
Serializable

public class NullPageException extends RuntimeException
Exception thrown when trying to paginate an empty List or action returned a null Page.
See Also:
Serialized Form
  • Constructor Details

    • NullPageException

      public NullPageException()
      Default constructor.
    • NullPageException

      public NullPageException(net.dv8tion.jda.api.entities.Message msg)
      Parametrized constructor.
      Parameters:
      msg - The Message where this exception originated from.