Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
cinder::JsonTree::ExcChildNotFound Class Reference

Exception expressing the absence of an expected child node. More...

#include <Json.h>

Inheritance diagram for cinder::JsonTree::ExcChildNotFound:
[legend]

Public Member Functions

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

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

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