thrown when encountered an unexpected value (e.g. unknown name or key)
#include <IOExceptions.h>
Public Member Functions | |
| UnknownValueException (const std::string &message="", const std::string &position="") | |
Public Member Functions inherited from mio::IOException | |
| IOException (const std::string &message="IOException occured", const std::string &position="") | |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from mio::IOException | |
| std::string | msg |
| std::string | full_output |
|
inline |