RuntimeException class declaration.
More...
#include <Exception.hpp>
|
| | RuntimeException (const char *file, int line, const char *msg, int errorCode=::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID) |
| |
| virtual | ~RuntimeException () throw () |
| |
| virtual const char * | type () const |
| |
| virtual RuntimeException * | clone () const |
| |
| virtual void | rethrow () const |
| |
RuntimeException class declaration.
A RuntimeException is thrown when the error results from a condition that the client could not have tested before calling the failing code.
| limal::RuntimeException::RuntimeException |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
msg, |
|
|
int |
errorCode = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, |
|
|
const Exception * |
otherException = 0, |
|
|
int |
subClassId = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID |
|
) |
| |
| virtual limal::RuntimeException::~RuntimeException |
( |
| ) |
throw () |
|
virtual |
| virtual void limal::RuntimeException::rethrow |
( |
| ) |
const |
|
virtual |
| virtual const char* limal::RuntimeException::type |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: