InvalidObjectException

class HPS::InvalidObjectException : public HPS::Exception

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

Public Functions

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