Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp670 Magick::WarningXServer::WarningXServer(const std::string& what_) in WarningXServer() function in Magick::WarningXServer
675 Magick::WarningXServer::WarningXServer(const std::string& what_, in WarningXServer() function in Magick::WarningXServer
681 Magick::WarningXServer::~WarningXServer() throw() in ~WarningXServer()
802 return new WarningXServer(message); in createException()
985 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();