InstantIO::InvalidNodeException Class Reference

Gets thrown when an application tries to create a Node using an unknown name. More...

#include <InstantIO/InvalidNodeException.h>

Inheritance diagram for InstantIO::InvalidNodeException:
InstantIO::Exception

List of all members.

Public Member Functions

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

Detailed Description

Gets thrown when an application tries to create a Node using an unknown name.

Author:
Patrick Dähne

Constructor & Destructor Documentation

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

Creates a new InvalidNodeException object with an error message.

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

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

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