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

/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h105 class IllegalArgumentException : public Exception { class in namespace:sfntly
107 IllegalArgumentException() throw() : Exception("Illegal argument") {} function in class:sfntly::IllegalArgumentException
108 explicit IllegalArgumentException(const char* message) throw() function in class:sfntly::IllegalArgumentException
110 virtual ~IllegalArgumentException() throw() {}

Completed in 1688 milliseconds