Gets thrown when an application tries to create a Node using an unknown name. More...
#include <InstantIO/InvalidNodeException.h>
 
  
 | 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. | |
Gets thrown when an application tries to create a Node using an unknown name.
| InstantIO::InvalidNodeException::InvalidNodeException | ( | const std::string & | msg | ) |  [inline] | 
Creates a new InvalidNodeException object with an error message.
| 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.
| other | The other InvalidNodeException object | 
 1.6.3
 1.6.3