InstantIO::InvalidFieldException Class Reference

Gets thrown when an application tries to access a field using an unknown name. More...

#include <InstantIO/InvalidFieldException.h>

Inheritance diagram for InstantIO::InvalidFieldException:
InstantIO::Exception

List of all members.

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.

Detailed Description

Gets thrown when an application tries to access a field using an unknown name.

Author:
Patrick Dähne

Constructor & Destructor Documentation

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

Creates a new InvalidFieldException object with an error message.

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

Parameters:
other The other InvalidFieldException 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