Searched refs:SpriteImageException (Results 1 – 2 of 2) sorted by relevance
13 struct SpriteImageException : Exception { struct14 SpriteImageException(const char *msg) : Exception(msg) {} in SpriteImageException() argument15 SpriteImageException(const std::string &msg) : Exception(msg) {} in SpriteImageException() argument
17 throw util::SpriteImageException("Sprite image dimensions may not be zero"); in Impl()19 throw util::SpriteImageException("Sprite pixelRatio may not be <= 0"); in Impl()