gramods
Public Member Functions | Public Attributes | List of all members
gramods::gmCore::UnsupportedException Struct Reference

Exception thrown when a feature is not supported. More...

#include <UnsupportedException.hh>

Collaboration diagram for gramods::gmCore::UnsupportedException:
Collaboration graph
[legend]

Public Member Functions

 UnsupportedException (std::string what)
 Creates an exception with a clarification message. More...
 

Public Attributes

const std::string what
 A message with information about what is unsupported and why. More...
 

Detailed Description

Exception thrown when a feature is not supported.

Constructor & Destructor Documentation

◆ UnsupportedException()

gramods::gmCore::UnsupportedException::UnsupportedException ( std::string  what)
inline

Creates an exception with a clarification message.

Member Data Documentation

◆ what

const std::string gramods::gmCore::UnsupportedException::what

A message with information about what is unsupported and why.


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