Class EmptyListException

All Implemented Interfaces:
Serializable

public class EmptyListException extends RuntimeException
exceptions class for an unexpected empty list.
Author:
Hydrolien
See Also:
Serialized Form
  • Constructor Details

    • EmptyListException

      public EmptyListException(String list, String action)
      Constructs a new runtime exception with a detail message.
      Parameters:
      list - Name of the list that is empty.
      action - Action that the program were doing.
    • EmptyListException

      public EmptyListException(String action)
      Constructs a new runtime exception with a detail message.
      Liste name is unknow.
      Parameters:
      action - Action that the program were doing.