clone() const | BLOCXX_NAMESPACE::OutOfBoundsException | virtual |
dupString(const char *str) | BLOCXX_NAMESPACE::Exception | |
Exception(const char *file, int line, const char *msg) BLOCXX_DEPRECATED | BLOCXX_NAMESPACE::Exception | protected |
Exception(const char *file, int line, const char *msg, int errorCode, const Exception *otherException=0, int subClassId=UNKNOWN_SUBCLASS_ID) | BLOCXX_NAMESPACE::Exception | protected |
Exception(int subClassId, const char *file, int line, const char *msg, int errorCode, const Exception *otherException=0) BLOCXX_DEPRECATED | BLOCXX_NAMESPACE::Exception | protected |
Exception(const Exception &e) | BLOCXX_NAMESPACE::Exception | protected |
getErrorCode() const | BLOCXX_NAMESPACE::Exception | |
getFile() const | BLOCXX_NAMESPACE::Exception | |
getLine() const | BLOCXX_NAMESPACE::Exception | |
getMessage() const | BLOCXX_NAMESPACE::Exception | virtual |
getSubClassId() const | BLOCXX_NAMESPACE::Exception | |
getSubException() const | BLOCXX_NAMESPACE::Exception | |
m_errorCode | BLOCXX_NAMESPACE::Exception | private |
m_file | BLOCXX_NAMESPACE::Exception | private |
m_line | BLOCXX_NAMESPACE::Exception | private |
m_msg | BLOCXX_NAMESPACE::Exception | private |
m_subClassId | BLOCXX_NAMESPACE::Exception | private |
m_subException | BLOCXX_NAMESPACE::Exception | private |
operator=(const Exception &rhs) | BLOCXX_NAMESPACE::Exception | protected |
OutOfBoundsException(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) | BLOCXX_NAMESPACE::OutOfBoundsException | |
rethrow() const | BLOCXX_NAMESPACE::OutOfBoundsException | virtual |
setErrorCode(int errorCode) | BLOCXX_NAMESPACE::Exception | protected |
setSubClassId(int subClassId) | BLOCXX_NAMESPACE::Exception | protected |
swap(Exception &x) | BLOCXX_NAMESPACE::Exception | protected |
type() const | BLOCXX_NAMESPACE::OutOfBoundsException | virtual |
UNKNOWN_ERROR_CODE | BLOCXX_NAMESPACE::Exception | static |
UNKNOWN_SUBCLASS_ID | BLOCXX_NAMESPACE::Exception | static |
what() const | BLOCXX_NAMESPACE::Exception | virtual |
~Exception() | BLOCXX_NAMESPACE::Exception | virtual |
~OutOfBoundsException() | BLOCXX_NAMESPACE::OutOfBoundsException | virtual |