Searched defs:IllegalArgumentException (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 | 105 class IllegalArgumentException : public Exception { class 107 IllegalArgumentException() throw() : Exception("Illegal argument") {} in IllegalArgumentException() function in sfntly::IllegalArgumentException 108 explicit IllegalArgumentException(const char* message) throw() in IllegalArgumentException() function in sfntly::IllegalArgumentException |
Completed in 1 milliseconds