Package src

Class CSVException

All Implemented Interfaces:
Serializable

public class CSVException extends Exception
The Custom Exception class to be used in the Read and Update CSV Files
See Also:
  • Constructor Details

    • CSVException

      public CSVException(String message, Throwable exception)
      constructor used to when catching errors
      Parameters:
      message - the message tht is given when error is caught
      exception - the error itself