Cinder  0.9.1
Public Member Functions | Protected Member Functions | List of all members
cinder::JsonTree::ExcChildNotFound Class Reference

#include <Json.h>

Inherits cinder::JsonTree::Exception.

Public Member Functions

 ExcChildNotFound (const JsonTree &node, const std::string &key) throw ()
 
virtual const char * what () const throw ()
 

Protected Member Functions

void setDescription (const std::string &description)
 

Detailed Description

Exception expressing the absence of an expected child node.

Constructor & Destructor Documentation

cinder::JsonTree::ExcChildNotFound::ExcChildNotFound ( const JsonTree node,
const std::string &  key 
)
throw (
)

Member Function Documentation

virtual const char* cinder::JsonTree::ExcChildNotFound::what ( ) const
throw (
)
virtual
void cinder::Exception::setDescription ( const std::string &  description)
protectedinherited

The documentation for this class was generated from the following files: