Exception indicating that parsing or serialization information is not available for an element.
More...
#include <exceptions.hxx>
|
| | no_element_info (const std::basic_string< C > &element_name, const std::basic_string< C > &element_ns) |
| | Initialize an instance with the element description.
|
| |
| const std::basic_string< C > & | element_name () const |
| | Get the element name.
|
| |
| const std::basic_string< C > & | element_namespace () const |
| | Get the element namespace.
|
| |
| virtual const char * | what () const throw () |
| | Get exception description.
|
| |
template<typename C>
class xsd::cxx::tree::no_element_info< C >
Exception indicating that parsing or serialization information is not available for an element.
◆ no_element_info()
template<typename C >
| no_element_info |
( |
const std::basic_string< C > & |
element_name, |
|
|
const std::basic_string< C > & |
element_ns |
|
) |
| |
Initialize an instance with the element description.
- Parameters
-
| element_name | An element name. |
| element_ns | An element namespace. |
◆ element_name()
template<typename C >
| const std::basic_string< C > & element_name |
( |
| ) |
const |
|
inline |
Get the element name.
- Returns
- The element name.
◆ element_namespace()
template<typename C >
| const std::basic_string< C > & element_namespace |
( |
| ) |
const |
|
inline |
Get the element namespace.
- Returns
- The element namespace.
◆ 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.