InternalError is thrown when an "impossible" case is detected in Sundance's internals. More...
Public Member Functions | |
| InternalError (const std::string &msg) | |
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.
| InternalError::InternalError | ( | const std::string & | msg | ) |
Definition at line 35 of file SundanceExceptions.cpp.