#include <Throwable.h>
Public Member Functions | |
Throwable () throw () | |
Throwable (const String &message) throw () | |
Throwable (const Throwable &cause) throw () | |
virtual | ~Throwable () throw () |
const String & | getMessage () const throw () |
beecrypt::lang::Throwable::Throwable | ( | ) | throw () |
beecrypt::lang::Throwable::Throwable | ( | const String & | message | ) | throw () |
beecrypt::lang::Throwable::Throwable | ( | const Throwable & | cause | ) | throw () |
virtual beecrypt::lang::Throwable::~Throwable | ( | ) | throw () [inline, virtual] |
const String& beecrypt::lang::Throwable::getMessage | ( | ) | const throw () |