Package OOPJ_MP
Class NodeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
OOPJ_MP.NodeNotFoundException
- All Implemented Interfaces:
Serializable
This Exception is thow when you try to Find the Node that dosen't exits
- Since:
- 2024
- Author:
- Mohit Makwana
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis is base constructor used to generate a Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeNotFoundException
This is base constructor used to generate a Exception- Parameters:
msg
- this is a message that want to pass with Exception
-