scythe::scythe_exception Class Reference

#include <scythestat/error.h>

Inheritance diagram for scythe::scythe_exception:

Inheritance graph
[legend]
List of all members.

Detailed Description

The Scythe exception abstract base class.

The is the base class in Scythe's error handling class tree. This class extends std::exception and provides fields for information about the exception, including where the exception occurred in the library and a message describing the error.


Public Member Functions

 scythe_exception (const std::string &head, const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw ()
 scythe_exception (const scythe_exception &e) throw ()
scythe_exceptionoperator= (const scythe_exception &e) throw ()
virtual const char * what () const throw ()
virtual std::string message () const throw ()
virtual void add_caller (const std::string &file, const std::string &function, const unsigned int &line) throw ()


The documentation for this class was generated from the following file:
Generated on Wed Aug 15 14:53:50 2007 for Scythe-1.0.2 by  doxygen 1.4.7