Searched defs:IndexOutOfBoundException (Results 1 – 1 of 1) sorted by relevance
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function