Regina 7.4 Calculation Engine
regina::InvalidInput Class Reference

An exception thrown when a function reads unexpected or incomplete data from an input stream (or more generally, an input source). More...

#include <utilities/exception.h>

Inheritance diagram for regina::InvalidInput:
regina::ReginaException

Public Member Functions

 InvalidInput (const std::string &msg)
 
 InvalidInput (const char *msg)
 
 InvalidInput (const InvalidInput &) noexcept=default
 
InvalidInputoperator= (const InvalidInput &) noexcept=default
 

Detailed Description

An exception thrown when a function reads unexpected or incomplete data from an input stream (or more generally, an input source).

All member functions follow the same pattern as the parent class ReginaException, and are not documented again here.


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