19 class RCHandlerFatalException :
public RCHandlerException {
22 RCHandlerFatalException(
const std::string& comment =
"");
23 RCHandlerFatalException(
const char* comment, ...);
25 virtual ~RCHandlerFatalException() {}
27 virtual ~RCHandlerFatalException()
throw() {}