CITS2200
Class OutOfBounds
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
CITS2200.OutOfBounds
- All Implemented Interfaces:
- Serializable
public class OutOfBounds
- extends RuntimeException
Indicates an attempt to access an object outside the bounds of a
container class such as a list.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OutOfBounds
public OutOfBounds(String message)
- Construct this exception object.
- Parameters:
message
- the error message.