#include <Throwable.h>
Public Member Functions | |
Throwable () | |
Throwable (const char *message) | |
Throwable (const String &message) | |
Throwable (const String *message, const Throwable *cause) | |
Throwable (const Throwable *cause) | |
~Throwable () | |
const String * | getMessage () const throw () |
const Throwable * | getCause () const throw () |
Throwable & | initCause (const Throwable &) |
beecrypt::lang::Throwable::Throwable | ( | ) |
beecrypt::lang::Throwable::Throwable | ( | const char * | message | ) |
beecrypt::lang::Throwable::Throwable | ( | const String & | message | ) |
beecrypt::lang::Throwable::Throwable | ( | const Throwable * | cause | ) |
beecrypt::lang::Throwable::~Throwable | ( | ) |
const Throwable* beecrypt::lang::Throwable::getCause | ( | ) | const throw () |
const String* beecrypt::lang::Throwable::getMessage | ( | ) | const throw () |