Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
bad_mxNUMARRAY_cast Class Reference

#include <exceptions.hh>

Collaboration diagram for bad_mxNUMARRAY_cast:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 bad_mxNUMARRAY_cast (const int &type)
virtual const char * what () const throw ()
virtual ~bad_mxNUMARRAY_cast () throw ()

Private Attributes

const int type_
std::string what_

Detailed Description

Definition at line 63 of file exceptions.hh.


Constructor & Destructor Documentation

bad_mxNUMARRAY_cast::bad_mxNUMARRAY_cast ( const int &  type) [inline]

Definition at line 69 of file exceptions.hh.

Here is the call graph for this function:

virtual bad_mxNUMARRAY_cast::~bad_mxNUMARRAY_cast ( ) throw () [inline, virtual]

Definition at line 77 of file exceptions.hh.


Member Function Documentation

virtual const char* bad_mxNUMARRAY_cast::what ( ) const throw () [inline, virtual]

Definition at line 79 of file exceptions.hh.


Member Data Documentation

const int bad_mxNUMARRAY_cast::type_ [private]

Definition at line 65 of file exceptions.hh.

std::string bad_mxNUMARRAY_cast::what_ [private]

Definition at line 66 of file exceptions.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)