Public Member Functions
Sundance::InternalError Class Reference

InternalError is thrown when an "impossible" case is detected in Sundance's internals. More...

List of all members.

Public Member Functions

 InternalError (const std::string &msg)

Detailed Description

InternalError is thrown when an "impossible" case is detected in Sundance's internals.

Occurance of an InternalError indicates either a bug in Sundance or runtime memory corruption that is scrambling an object's virtual tables.

Definition at line 105 of file SundanceExceptions.hpp.


Constructor & Destructor Documentation

InternalError::InternalError ( const std::string &  msg)

Definition at line 35 of file SundanceExceptions.cpp.

Site Contact