Home
last modified time | relevance | path

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

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