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

/external/chromium_org/third_party/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() {}
/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 126 milliseconds