Class InvalidIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.grp1.exception.InvalidIndexException
All Implemented Interfaces:
Serializable

public class InvalidIndexException extends Exception
See Also:
  • Constructor Details

    • InvalidIndexException

      public InvalidIndexException()
    • InvalidIndexException

      public InvalidIndexException(String message)
      Constructor to instantiate the exception by message
      Parameters:
      message - Message of the error
    • InvalidIndexException

      public InvalidIndexException(String message, Throwable cause)
      Constructor to instantiate the exception by message and cause
      Parameters:
      message - Message of the error
      cause - Cause of the error in the form of Throwable