#include <Exception.hpp>
Public Member Functions | |
| RuntimeException (const char *file, int line, const char *msg, int errorCode=::blocxx4::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::blocxx4::Exception::UNKNOWN_SUBCLASS_ID) | |
| virtual | ~RuntimeException () throw () |
| virtual const char * | type () const |
| virtual RuntimeException * | clone () const |
A RuntimeException is thrown when the error results from a condition that the client could not have tested before calling the failing code.
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.6