exception Class Reference

#include <exception.h>

+ Inheritance diagram for exception:

Public Member Functions

af_err err ()
 
 exception ()
 
 exception (const char *msg)
 
 exception (const char *file, unsigned line, af_err err)
 
 exception (const char *msg, const char *file, unsigned line, af_err err)
 
 exception (const char *msg, const char *func, const char *file, unsigned line, af_err err)
 
virtual ~exception () throw ()
 
virtual const char * what () const throw ()
 

Friends

std::ostream & operator<< (std::ostream &s, const exception &e)
 

Detailed Description

Constructor & Destructor Documentation

exception ( )
exception ( const char *  msg)
exception ( const char *  file,
unsigned  line,
af_err  err 
)
exception ( const char *  msg,
const char *  file,
unsigned  line,
af_err  err 
)
exception ( const char *  msg,
const char *  func,
const char *  file,
unsigned  line,
af_err  err 
)
virtual ~exception ( )
throw (
)
inlinevirtual

Member Function Documentation

af_err err ( )
inline

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const exception e 
)
friend

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