Gets thrown when a StateKeeper object cannot parse the InstantIO state stored in a file. More...
#include <InstantIO/ParseException.h>
Public Member Functions | |
| ParseException () | |
| Creates a new ParseException object with an empty error message. | |
| ParseException (const std::string &msg) | |
| Creates a new ParseException object with an error message. | |
| ParseException (const ParseException &other) | |
| Creates a new ParseException object that is an exact copy of another ParseException object. | |
Gets thrown when a StateKeeper object cannot parse the InstantIO state stored in a file.
| InstantIO::ParseException::ParseException | ( | const std::string & | msg | ) | [inline] |
Creates a new ParseException object with an error message.
| msg | A message describing the error that occurred. |
| InstantIO::ParseException::ParseException | ( | const ParseException & | other | ) | [inline] |
Creates a new ParseException object that is an exact copy of another ParseException object.
| other | The other ParseException object |
1.6.3