Public Member Functions | List of all members
util::MultipleChoiceSelectionBase::OptionAlreadyExistsError Struct Reference

Adding an option that already exists. More...

#include <MultipleChoiceSelection.h>

Inheritance diagram for util::MultipleChoiceSelectionBase::OptionAlreadyExistsError:
util::MultipleChoiceSelectionBase::Exception

Public Member Functions

 OptionAlreadyExistsError ()
 
 OptionAlreadyExistsError (std::string const &label)
 
std::string const & label () const
 
- Public Member Functions inherited from util::MultipleChoiceSelectionBase::Exception
 Exception (std::string const &s)
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Public Attributes inherited from util::MultipleChoiceSelectionBase::Exception
std::string s
 

Detailed Description

Adding an option that already exists.

Definition at line 188 of file MultipleChoiceSelection.h.

Constructor & Destructor Documentation

util::MultipleChoiceSelectionBase::OptionAlreadyExistsError::OptionAlreadyExistsError ( )
inline

Definition at line 189 of file MultipleChoiceSelection.h.

util::MultipleChoiceSelectionBase::OptionAlreadyExistsError::OptionAlreadyExistsError ( std::string const &  label)
inline

Member Function Documentation

std::string const& util::MultipleChoiceSelectionBase::OptionAlreadyExistsError::label ( ) const
inline

Definition at line 192 of file MultipleChoiceSelection.h.


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