Kinetic Visualization (Visualisierung 2 - S2012)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Private Attributes
ParticleMapException Class Reference

The exception for the particle datastructure, e.g. if a particle neighbor is not present in the map. More...

#include <ParticleMap.h>

List of all members.

Public Member Functions

 ParticleMapException (const std::string &msg)
virtual ~ParticleMapException ()
const char * what () const

Private Attributes

std::string _msg

Detailed Description

The exception for the particle datastructure, e.g. if a particle neighbor is not present in the map.


Constructor & Destructor Documentation

ParticleMapException::ParticleMapException ( const std::string &  msg)
inline
virtual ParticleMapException::~ParticleMapException ( )
inlinevirtual

Member Function Documentation

const char* ParticleMapException::what ( ) const
inline

Member Data Documentation

std::string ParticleMapException::_msg
private

The documentation for this class was generated from the following file: