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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h72 class ArithmeticException : public Exception { class in namespace:sfntly
74 ArithmeticException() throw() : Exception("Arithmetic exception") {} function in class:sfntly::ArithmeticException
75 explicit ArithmeticException(const char* message) throw() function in class:sfntly::ArithmeticException
77 virtual ~ArithmeticException() throw() {}
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h72 class ArithmeticException : public Exception { class in namespace:sfntly
74 ArithmeticException() throw() : Exception("Arithmetic exception") {} function in class:sfntly::ArithmeticException
75 explicit ArithmeticException(const char* message) throw() function in class:sfntly::ArithmeticException
77 virtual ~ArithmeticException() throw() {}

Completed in 284 milliseconds