Class IndexOutOfBoundsException

  • All Implemented Interfaces:
    Serializable

    public class IndexOutOfBoundsException
    extends CakeException
    The IndexOutOfBoundsException is thrown when the access to an array of values failed because an index is used that is out of bound.
    Author:
    Rainer Maximini
    See Also:
    CakeException, Serialized Form
    • Constructor Detail

      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String component,
                                         String key,
                                         Object parameter1)
        Parameters:
        component -
        key -
        parameter1 -
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String component,
                                         String key,
                                         Object parameter1,
                                         Object parameter2)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String component,
                                         String key,
                                         Object parameter1,
                                         Object parameter2,
                                         Object parameter3)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String component,
                                         String key,
                                         Object parameter1,
                                         Object parameter2,
                                         Object parameter3,
                                         Object parameter4)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
        parameter4 -
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String component,
                                         String key,
                                         Object parameter1,
                                         Object parameter2,
                                         Object parameter3,
                                         Object parameter4,
                                         Object parameter5)
        Parameters:
        component -
        key -
        parameter1 -
        parameter2 -
        parameter3 -
        parameter4 -
        parameter5 -