virtual void handleException(CclException &except)
This method is called whenever an exception is raised. To deal with exceptions, you must always subclass CclECI, and provide your own implementation of handleException. See Handling Exceptions. The default implementation merely throws the exception object.