#include <exceptions.h>

Public Member Functions | |
| TypedKeyNotFound (const Mark &mark_, const T &key_) | |
| virtual | ~TypedKeyNotFound () throw () |
Public Attributes | |
| T | key |
Definition at line 137 of file exceptions.h.
| YAML_PM::TypedKeyNotFound< T >::TypedKeyNotFound | ( | const Mark & | mark_, |
| const T & | key_ | ||
| ) | [inline] |
Definition at line 139 of file exceptions.h.
| virtual YAML_PM::TypedKeyNotFound< T >::~TypedKeyNotFound | ( | ) | throw () [inline, virtual] |
Definition at line 141 of file exceptions.h.
| T YAML_PM::TypedKeyNotFound< T >::key |
Definition at line 143 of file exceptions.h.