Creation of custom RegataException class based on Exception class that will wrap current report logic will allow us to create flexible ExceptionHandling and Reporting system.
- RegataExpection : Exception
- DetectorException : RegataException
- SampleChangerException : RegataException
- ...
Creation of custom RegataException class based on Exception class that will wrap current report logic will allow us to create flexible ExceptionHandling and Reporting system.