rasdaman complete source
Public Member Functions | List of all members
exception Class Reference

#include <stdexcept.h>

Inheritance diagram for exception:
logic_error runtime_error domain_error invalid_argument length_error out_of_range overflow_error range_error

Public Member Functions

 exception () throw ()
 
 exception (const char *s) throw ()
 
 exception (const exception &ex) throw ()
 
 ~exception () throw ()
 
exceptionoperator= (const exception &ex) throw ()
 
virtual const char * what () const throw ()
 

Constructor & Destructor Documentation

exception::exception ( )
throw (
)
inline
exception::exception ( const char *  s)
throw (
)
inline
exception::exception ( const exception ex)
throw (
)
inline
exception::~exception ( )
throw (
)
inline

Member Function Documentation

exception& exception::operator= ( const exception ex)
throw (
)
inline
virtual const char* exception::what ( ) const
throw (
)
inlinevirtual

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