virtual void handleException(CclException &except)
This method is called whenever an exception is raised. To deal with exceptions, use try…catch, or subclass CclEPI and provide your own implementation of handleException. The default implementation merely throws the exception object.