Searched defs:IllegalStateException (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ | ||
H A D | exception_type.h | 113 class IllegalStateException : public Exception { class 115 IllegalStateException() throw() : Exception("Illegal state") {} in IllegalStateException() function in sfntly::IllegalStateException 116 explicit IllegalStateException(const char* message) throw() in IllegalStateException() function in sfntly::IllegalStateException |
Completed in 1 milliseconds