Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Phx::Exception Class Reference

A base exception type for all Phoenix exceptions. More...

#include <PhxExceptions.h>

Inheritance diagram for Phx::Exception:

Phx::InternalException Phx::RangeException Phx::ResourceException Phx::TimeoutException Phx::InUseException Phx::IOException Phx::MemoryException Phx::NotFoundException Phx::PermissionException List of all members.

Public Member Functions

virtual const char * what () const throw ()
 Overloads the std::exception what() method to return a brief message.

Detailed Description

A base exception type for all Phoenix exceptions.

You cannot instantiate this directly. Use a derived type.


Member Function Documentation

virtual const char* Phx::Exception::what  )  const throw () [inline, virtual]
 

Overloads the std::exception what() method to return a brief message.

In general, the message should be very short, usually just specifying the type of error. Any information about the cause of the error itself that is not useful for programatic purposes should be logged rather than returned in the exception.

Reimplemented in Phx::ResourceException, Phx::MemoryException, Phx::IOException, Phx::InUseException, Phx::NotFoundException, Phx::PermissionException, Phx::InternalException, Phx::RangeException, and Phx::TimeoutException.


The documentation for this class was generated from the following file:
Generated on Mon Jul 10 19:45:30 2006 for Phoenix OSFS by  doxygen 1.4.2