Package src
Class CSVException
java.lang.Object
java.lang.Throwable
java.lang.Exception
src.CSVException
- All Implemented Interfaces:
Serializable
The Custom Exception class to be used in the Read and Update CSV Files
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSVException(String message, Throwable exception) constructor used to when catching errors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSVException
constructor used to when catching errors- Parameters:
message- the message tht is given when error is caughtexception- the error itself
-