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

/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h48 class IndexOutOfBoundException : public Exception { class in namespace:sfntly
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} function in class:sfntly::IndexOutOfBoundException
51 explicit IndexOutOfBoundException(const char* message) throw() function in class:sfntly::IndexOutOfBoundException
53 IndexOutOfBoundException(const char* message, int32_t index) throw() { function in class:sfntly::IndexOutOfBoundException
62 virtual ~IndexOutOfBoundException() throw() {}

Completed in 83 milliseconds