rebecca::impl::DirectoryNotFoundException Class Reference

When a directory is not found from a method, the method will throw this exception. More...

#include <Exceptions.h>

Inheritance diagram for rebecca::impl::DirectoryNotFoundException:

rebecca::impl::Exception List of all members.

Public Member Functions

virtual const char * what () const throw ()
 Get the message or jist of what occurred when the exception was thrown.
virtual ~DirectoryNotFoundException ()
 Default Empty virtual destructor.

Detailed Description

When a directory is not found from a method, the method will throw this exception.

When the user indicates that indeed a directory does exist at their specified location but it does not, this exception will be thrown.


Constructor & Destructor Documentation

virtual rebecca::impl::DirectoryNotFoundException::~DirectoryNotFoundException  )  [inline, virtual]
 

Default Empty virtual destructor.


Member Function Documentation

virtual const char* rebecca::impl::Exception::what  )  const throw () [inline, virtual, inherited]
 

Get the message or jist of what occurred when the exception was thrown.

By default, if a sub class does not override this method and throw a custom message, this will return "unknown exception" message.

Returns:
Will return the message or jist of what occured when the exception was thrown.
Exceptions:
Will not throw any


The documentation for this class was generated from the following file:
Generated on Wed Oct 12 23:40:34 2005 for RebeccaAIML by  doxygen 1.4.5