C++/Tree Mapping Runtime Library
Friends | List of all members
exception< C > Class Template Reference

Root of the C++/Tree exception hierarchy. More...

#include <exceptions.hxx>

Inheritance diagram for exception< C >:
bounds< C > duplicate_id< C > expected_attribute< C > expected_element< C > expected_text_content< C > no_element_info< C > no_prefix_mapping< C > no_type_info< C > not_derived< C > parsing< C > serialization< C > unexpected_element< C > unexpected_enumerator< C >

Friends

std::basic_ostream< C > & operator<< (std::basic_ostream< C > &os, const exception &e)
 Stream insertion operator for exception.
 

Detailed Description

template<typename C>
class xsd::cxx::tree::exception< C >

Root of the C++/Tree exception hierarchy.

You can catch this exception in order to handle all C++/Tree errors.


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

Copyright © 2005-2023 Code Synthesis.