Playa::InternalError Class Reference
List of all members.
Detailed Description
InternalError is thrown when an "impossible" case is detected in Playa's internals. Occurance of an
InternalError indicates either a bug in
Playa or runtime memory corruption that is scrambling an object's virtual tables.
Definition at line 80 of file PlayaExceptions.hpp.
Constructor & Destructor Documentation
| InternalError::InternalError |
( |
const std::string & |
msg |
) |
|