SytaxException Class Reference

#include <exception.h>

List of all members.

Public Member Functions

const char * what () const throw ()
 SytaxException (string t)
 ~SytaxException () throw ()

Private Attributes

string text


Detailed Description

Definition at line 18 of file exception.h.


Constructor & Destructor Documentation

SytaxException::SytaxException ( string  t  ) 

Definition at line 31 of file exception.cpp.

References text.

SytaxException::~SytaxException (  )  throw ()

Definition at line 36 of file exception.cpp.


Member Function Documentation

const char * SytaxException::what (  )  const throw ()

Print a description of the exception

Definition at line 26 of file exception.cpp.

References text.


Member Data Documentation

string SytaxException::text [private]

Definition at line 20 of file exception.h.

Referenced by SytaxException(), and what().


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

Generated on Thu Jun 19 19:14:34 2008 for unification by  doxygen 1.5.6