Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp362 Magick::ErrorXServer::ErrorXServer(const std::string& what_) in ErrorXServer() function in Magick::ErrorXServer
367 Magick::ErrorXServer::ErrorXServer(const std::string& what_,Exception *nested_) in ErrorXServer() function in Magick::ErrorXServer
372 Magick::ErrorXServer::~ErrorXServer() throw () in ~ErrorXServer()
801 return new ErrorXServer(message); in createException()
977 throw ErrorXServer(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h224 class MagickPPExport ErrorXServer: public Error
227 explicit ErrorXServer(const std::string& what_);
228 explicit ErrorXServer(const std::string& what_,Exception *nested_);
229 ~ErrorXServer() throw();