public class InvalidIndexException
extends java.lang.Exception
Constructor and Description |
---|
InvalidIndexException()
Constructs an
Exception with no specified detail message. |
InvalidIndexException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public InvalidIndexException()
Exception
with no specified detail message.public InvalidIndexException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.