Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h91 RuntimeException() throw() : Exception("Runtime exception") {} in RuntimeException() function
92 explicit RuntimeException(const char* message) throw() in RuntimeException() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dexceptions.py16 class RuntimeException(MakoException): class