Class ArrayIndexOutOfBoundsException

  • All Implemented Interfaces:
    Serializable

    public class ArrayIndexOutOfBoundsException
    extends BaseUncheckedException
    Thrown to indicate that an array has been accessed with an illegal index. The index is either negative or greater than or equal to the size of the array
    Since:
    1.0.0
    Author:
    Sidhant Agarwal
    See Also:
    Serialized Form
    • Constructor Detail

      • ArrayIndexOutOfBoundsException

        public ArrayIndexOutOfBoundsException​(String errorCode,
                                              String errorMessage,
                                              Throwable rootCause)
        Parameters:
        errorCode - The error code defined for the exception
        errorMessage - The error message defined for the exception
        rootCause - Traceback to the method throwing the error