Package OOPJ_MP

Class EmptyLinkedListException

java.lang.Object
java.lang.Throwable
java.lang.Exception
OOPJ_MP.EmptyLinkedListException
All Implemented Interfaces:
Serializable

public class EmptyLinkedListException extends Exception
This Exception is thow when The LinkedList is empty
Since:
2024
Author:
Mohit Makwana
See Also:
  • Constructor Details

    • EmptyLinkedListException

      public EmptyLinkedListException(String msg)
      This is the Exception that is useless for now
      Parameters:
      msg - This is the message that shows with the Exception