Gets thrown when an application tries to access a field using an unknown name. More...
#include <InstantIO/InvalidFieldException.h>
Public Member Functions | |
| InvalidFieldException () | |
| Creates a new InvalidFieldException object with an empty error message. | |
| InvalidFieldException (const std::string &msg) | |
| Creates a new InvalidFieldException object with an error message. | |
| InvalidFieldException (const InvalidFieldException &other) | |
| Creates a new InvalidFieldException object that is an exact copy of another InvalidFieldException object. | |
Gets thrown when an application tries to access a field using an unknown name.
| InstantIO::InvalidFieldException::InvalidFieldException | ( | const std::string & | msg | ) | [inline] |
Creates a new InvalidFieldException object with an error message.
| msg | A message describing the error that occurred. |
| InstantIO::InvalidFieldException::InvalidFieldException | ( | const InvalidFieldException & | other | ) | [inline] |
Creates a new InvalidFieldException object that is an exact copy of another InvalidFieldException object.
| other | The other InvalidFieldException object |
1.6.3