src/Base/ProcessException.hpp file

Process an exception definition.

Contents

This file contains the definition of processing an exception. Logically, it would make sense to put this into Exception.C, however, Exception.h is included by all who want to be able throw an exception (a potentially large number of files) and that would pull in the charm++.h header, which triggers a slew of compiler warnings. On the other hand, processing an exception is only done by executable's main chares objects (a lot less than those which throw), so processing an exception is separated here.

Namespaces

namespace tk
Toolkit declarations and definitions for general purpose utilities.