Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

aka2::error Struct Reference

Base class of any exception in akaxiso. More...

#include <exception.h>

List of all members.

Public Methods

 error (const std::string &msg, const char *file, const unsigned long line)


Detailed Description

Base class of any exception in akaxiso.

All excpetion classes in akaxiso library are derived from aka2::error class. aka2::error is derived from std::exception.

Definition at line 21 of file exception.h.


Constructor & Destructor Documentation

aka2::error::error const std::string &    msg,
const char *    file,
const unsigned long    line
[explicit]
 

Constructor

Parameters:
msg  error message.
file  file name, usually __FILE__.
line  line number, usually __LINE__.


The documentation for this struct was generated from the following file:
Generated on Sat Dec 18 22:43:37 2004 for akaxiso2 by doxygen1.2.18