This subclass of
Throwable is used to indicate a serious problem, which should not be caught by the application.
More...
#include <Error.h>
List of all members.
|
Public Member Functions |
| Error () throw () |
| Error (const String &message) throw () |
Detailed Description
This subclass of
Throwable is used to indicate a serious problem, which should not be caught by the application.
Constructor & Destructor Documentation
beecrypt::lang::Error::Error |
( |
|
) |
throw () |
beecrypt::lang::Error::Error |
( |
const String & |
message |
) |
throw () |
The documentation for this class was generated from the following file: