Playa::InternalError Class Reference

List of all members.

Public Member Functions

 InternalError (const std::string &msg)


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  ) 

Definition at line 9 of file PlayaExceptions.cpp.

Site Contact