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

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