InstantIO::ParseException Class Reference

Gets thrown when a StateKeeper object cannot parse the InstantIO state stored in a file. More...

#include <InstantIO/ParseException.h>

Inheritance diagram for InstantIO::ParseException:
InstantIO::Exception

List of all members.

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.

Detailed Description

Gets thrown when a StateKeeper object cannot parse the InstantIO state stored in a file.

Author:
Patrick Dähne

Constructor & Destructor Documentation

InstantIO::ParseException::ParseException ( const std::string &  msg  )  [inline]

Creates a new ParseException object with an error message.

Parameters:
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.

Parameters:
other The other ParseException object

The documentation for this class was generated from the following file:
Generated on Thu Jul 31 17:17:32 2014 by  doxygen 1.6.3