Public Member Functions | |
| InternalError (const std::string &msg) | |
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 117 of file PlayaExceptions.hpp.
| InternalError::InternalError | ( | const std::string & | msg | ) |
Definition at line 46 of file PlayaExceptions.cpp.