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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h89 class RuntimeException : public Exception { class in namespace:sfntly
91 RuntimeException() throw() : Exception("Runtime exception") {} function in class:sfntly::RuntimeException
92 explicit RuntimeException(const char* message) throw() function in class:sfntly::RuntimeException
94 virtual ~RuntimeException() throw() {}
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h89 class RuntimeException : public Exception { class in namespace:sfntly
91 RuntimeException() throw() : Exception("Runtime exception") {} function in class:sfntly::RuntimeException
92 explicit RuntimeException(const char* message) throw() function in class:sfntly::RuntimeException
94 virtual ~RuntimeException() throw() {}

Completed in 163 milliseconds