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