Class EmptyContainerException

All Implemented Interfaces:
Serializable

public class EmptyContainerException 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 empty.
See Also:
  • Constructor Details

    • EmptyContainerException

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