Class ProCAKEIndexOutOfBoundsException

All Implemented Interfaces:
Serializable

public class ProCAKEIndexOutOfBoundsException 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:
  • Constructor Details

    • ProCAKEIndexOutOfBoundsException

      public ProCAKEIndexOutOfBoundsException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • ProCAKEIndexOutOfBoundsException

      public ProCAKEIndexOutOfBoundsException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.