An unexpected fatal error. More...
#include <exception.hxx>
An unexpected fatal error.
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 83 of file exception.hxx.