#include <exception.hxx>

Methods and functions show throw this exception when something very bad has happened (such as memory corruption or a totally unexpected internal value). Applications should catch this exception only at the top level if at all, and should normally terminate execution soon afterwards.
Definition at line 79 of file exception.hxx.
1.5.6