Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::InvalidObjectException Class Reference

An InvalidObjectException is thrown when a user tries to interact with an object that either is uninitialized or has been deleted. More...

#include <hps.h>

Inheritance diagram for HPS::InvalidObjectException:
Collaboration diagram for HPS::InvalidObjectException:

Public Member Functions

 InvalidObjectException (char const *in_info="Attempted to use a deleted, uninitialized, or otherwise invalid object.")
 

Detailed Description

An InvalidObjectException is thrown when a user tries to interact with an object that either is uninitialized or has been deleted.

Constructor & Destructor Documentation

◆ InvalidObjectException()

HPS::InvalidObjectException::InvalidObjectException ( char const *  in_info = "Attempted to use a deleted, uninitialized, or otherwise invalid object.")
inline

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