C++/Tree Mapping Runtime Library
Public Member Functions | List of all members
no_prefix_mapping< C > Class Template Reference

Exception indicating that a prefix-namespace mapping was not provided. More...

#include <exceptions.hxx>

Inheritance diagram for no_prefix_mapping< C >:
exception< C >

Public Member Functions

 no_prefix_mapping (const std::basic_string< C > &prefix)
 Initialize an instance with the prefix for which the prefix-namespace mapping was not provided.
 
const std::basic_string< C > & prefix () const
 Get the prefix for which the prefix-namespace mapping was not provided.
 
virtual const char * what () const throw ()
 Get exception description.
 

Detailed Description

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

Exception indicating that a prefix-namespace mapping was not provided.

Constructor & Destructor Documentation

◆ no_prefix_mapping()

template<typename C >
no_prefix_mapping ( const std::basic_string< C > &  prefix)

Initialize an instance with the prefix for which the prefix-namespace mapping was not provided.

Parameters
prefixA prefix.

Member Function Documentation

◆ prefix()

template<typename C >
const std::basic_string< C > & prefix ( ) const
inline

Get the prefix for which the prefix-namespace mapping was not provided.

Returns
The prefix.

◆ what()

template<typename C >
virtual const char * what ( ) const
throw (
)
virtual

Get exception description.

Returns
A C string describing the exception.

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

Copyright © 2005-2023 Code Synthesis.