#include <Exception.hpp>
Public Member Functions | |
| SystemException (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 | ~SystemException () throw () |
| virtual const char * | type () const |
| virtual SystemException * | clone () const |
A system error is thrown in case of reached system limits.
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.6