Package uk.ac.rdg.resc.edal.exceptions
Class ArrayAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.ArrayAccessException
-
- All Implemented Interfaces:
Serializable
public class ArrayAccessException extends RuntimeException
An exception to be thrown when anArray
object is accessed incorrectly (e.g. trying to get/set out of bounds)- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrayAccessException(String message)
ArrayAccessException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-