InstantIO::InvalidValueException Class Reference

Gets thrown when an application tries to set a field using an invalid value. More...

#include <InstantIO/InvalidValueException.h>

Inheritance diagram for InstantIO::InvalidValueException:
InstantIO::Exception

List of all members.

Public Member Functions

 InvalidValueException ()
 Creates a new InvalidValueException object with an empty error message.
 InvalidValueException (const std::string &msg)
 Creates a new InvalidValueException object with an error message.
 InvalidValueException (const InvalidValueException &other)
 Creates a new InvalidValueException object that is an exact copy of another InvalidValueException object.

Detailed Description

Gets thrown when an application tries to set a field using an invalid value.

Author:
Patrick Dähne

Constructor & Destructor Documentation

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

Creates a new InvalidValueException object with an error message.

Parameters:
msg A message describing the error that occurred.
InstantIO::InvalidValueException::InvalidValueException ( const InvalidValueException other  )  [inline]

Creates a new InvalidValueException object that is an exact copy of another InvalidValueException object.

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