Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Teuchos::m_bad_cast Class Reference

Exception class for bad cast. More...

#include <Teuchos_dyn_cast.hpp>

Inherits bad_cast.

Public Member Functions

 m_bad_cast (const std::string &what_arg)
 
virtual ~m_bad_cast () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string msg
 

Detailed Description

Exception class for bad cast.

We create this class so that we may throw a bad_cast when appropriate and still use the TEUCHOS_TEST_FOR_EXCEPTION macro. We recommend users try to catch a bad_cast.

Definition at line 60 of file Teuchos_dyn_cast.hpp.

Constructor & Destructor Documentation

Teuchos::m_bad_cast::m_bad_cast ( const std::string &  what_arg)
inlineexplicit

Definition at line 63 of file Teuchos_dyn_cast.hpp.

virtual Teuchos::m_bad_cast::~m_bad_cast ( )
throw (
)
inlinevirtual

Definition at line 64 of file Teuchos_dyn_cast.hpp.

Member Function Documentation

virtual const char* Teuchos::m_bad_cast::what ( ) const
throw (
)
inlinevirtual

Definition at line 65 of file Teuchos_dyn_cast.hpp.

Member Data Documentation

std::string Teuchos::m_bad_cast::msg
private

Definition at line 61 of file Teuchos_dyn_cast.hpp.


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