ParticleAPI 3.0.0
Performant particle system API in C++ for interactive graphics
Public Member Functions | Public Attributes | List of all members
PError_t Struct Reference

Base type of all exceptions thrown by the Particle System API. More...

#include <pError.h>

Inheritance diagram for PError_t:
PErrActionList PErrInNewActionList PErrInternalError PErrInvalidValue PErrNotImplemented PErrParticleGroup

Public Member Functions

 PError_t (const std::string Er)
 

Public Attributes

std::string ErrMsg
 

Detailed Description

Base type of all exceptions thrown by the Particle System API.

Constructor & Destructor Documentation

◆ PError_t()

PError_t ( const std::string  Er)
inline

Member Data Documentation

◆ ErrMsg

std::string ErrMsg

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