Class InvalidPageNumberException

All Implemented Interfaces:
Serializable

public class InvalidPageNumberException extends IllegalArgumentException
Typed exception used when trying to access to a incorrect page number.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial UID version
      See Also:
  • Constructor Details

    • InvalidPageNumberException

      public InvalidPageNumberException(String message)
      Creates an instance of a InvalidPageNumberException.
      Parameters:
      message - the reason why the page is incorrect.