Package OOPJ_MP
Class EmptyLinkedListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
OOPJ_MP.EmptyLinkedListException
- All Implemented Interfaces:
Serializable
This Exception is thow when The
LinkedList
is empty- Since:
- 2024
- Author:
- Mohit Makwana
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the Exception that is useless for now -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyLinkedListException
This is the Exception that is useless for now- Parameters:
msg
- This is the message that shows with the Exception
-