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

Exception indicating that the size argument exceeds the capacity argument. More...

#include <exceptions.hxx>

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

Public Member Functions

virtual const char * what () const throw ()
 Get exception description.
 

Detailed Description

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

Exception indicating that the size argument exceeds the capacity argument.

See the buffer class for details.

Member Function Documentation

◆ 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.