Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

sword::InternalException Class Reference

Inheritance diagram for sword::InternalException:

sword::Exception

Public Methods

virtual const char * what () const throw ()
 Returns the exception message (implements std::exception).

const char * file () const throw ()
word line () const throw ()

Detailed Description

Standard exception class for internal error situations. Use this exception whenever you want to indicate that an error is due to internal problems (unexepected method inputs, unexpected algorithm situation, unexpected code flow such as running in a default: branch in a switch when it should not happen)...


Member Function Documentation

virtual const char* sword::Exception::what   const throw () [virtual, inherited]
 

Returns the exception message (implements std::exception).


Generated on Tue Dec 23 20:08:57 2003 for SWORD by doxygen1.3-rc2