Exception indicating that a prefix-namespace mapping was not provided.
More...
#include <exceptions.hxx>
|
| | 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.
|
| |
template<typename C>
class xsd::cxx::tree::no_prefix_mapping< C >
Exception indicating that a prefix-namespace mapping was not provided.
◆ no_prefix_mapping()
Initialize an instance with the prefix for which the prefix-namespace mapping was not provided.
- Parameters
-
◆ 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.