Searched refs:WarningXServer (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DException.cpp671 Magick::WarningXServer::WarningXServer(const std::string& what_) function in class:Magick::WarningXServer
676 Magick::WarningXServer::WarningXServer(const std::string& what_, function in class:Magick::WarningXServer
682 Magick::WarningXServer::~WarningXServer() throw()
803 return new WarningXServer(message);
979 throw WarningXServer(message,nestedException);
/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h397 class MagickPPExport WarningXServer: public Warning class in namespace:Magick
400 explicit WarningXServer(const std::string& what_);
401 explicit WarningXServer(const std::string& what_,Exception *nested_);
402 ~WarningXServer() throw();

Completed in 54 milliseconds