#include <RuntimeException.h>
Public Member Functions | |
RuntimeException () | |
RuntimeException (const char *message) | |
RuntimeException (const String &message) | |
RuntimeException (const Throwable *cause) | |
~RuntimeException () |
beecrypt::lang::RuntimeException::RuntimeException | ( | ) | [inline] |
beecrypt::lang::RuntimeException::RuntimeException | ( | const char * | message | ) | [inline] |
beecrypt::lang::RuntimeException::RuntimeException | ( | const String & | message | ) | [inline] |
beecrypt::lang::RuntimeException::RuntimeException | ( | const Throwable * | cause | ) | [inline] |
beecrypt::lang::RuntimeException::~RuntimeException | ( | ) | [inline] |