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:
  • Constructor Details

    • InvalidPageNumberException

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