Regina 7.3 Calculation Engine
|
An exception thrown when a function reads unexpected or incomplete data from an input stream. More...
#include <utilities/exception.h>
Public Member Functions | |
InvalidInput (const std::string &msg) | |
InvalidInput (const char *msg) | |
InvalidInput (const InvalidInput &) noexcept=default | |
InvalidInput & | operator= (const InvalidInput &) noexcept=default |
An exception thrown when a function reads unexpected or incomplete data from an input stream.
All member functions follow the same pattern as the parent class ReginaException, and are not documented again here.