Class PageOutOfRangeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageOutOfRangeException
    extends java.lang.RuntimeException
    PageOutOfRangeException class
    Author:
    Kim Rutherford
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PageOutOfRangeException​(java.lang.String message)
      Create a new PageOutOfRangeException.
      PageOutOfRangeException​(java.lang.String message, java.lang.Throwable t)
      Create a new PageOutOfRangeException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PageOutOfRangeException

        public PageOutOfRangeException​(java.lang.String message,
                                       java.lang.Throwable t)
        Create a new PageOutOfRangeException.
        Parameters:
        message - the message to pass to the Exception constructor
        t - the Throwable to pass to the Exception constructor
      • PageOutOfRangeException

        public PageOutOfRangeException​(java.lang.String message)
        Create a new PageOutOfRangeException.
        Parameters:
        message - the message to pass to the Exception constructor