Home
last modified time | relevance | path

Searched defs:IndexOutOfBoundException (Results 1 – 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function
51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function