Class InvalidContainerIndexException

All Implemented Interfaces:
Serializable

public class InvalidContainerIndexException extends ContainerException
Signals there was an error in the container part or function of an object. The error has to do with the container being accessed at an invalid index or key.
See Also:
  • Constructor Details

    • InvalidContainerIndexException

      public InvalidContainerIndexException(String containerName)
      Creates an exception with the name of the affected container and a default report
      Parameters:
      containerName - a string identifying the container