OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorConfigure
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/Magick++/
Exception.h
96
class MagickPPExport
ErrorConfigure
: public Error
99
explicit
ErrorConfigure
(const std::string& what_);
100
explicit
ErrorConfigure
(const std::string& what_,Exception *nested_);
101
~
ErrorConfigure
() throw();
/external/ImageMagick/Magick++/lib/
Exception.cpp
128
Magick::
ErrorConfigure
::
ErrorConfigure
(const std::string& what_)
133
Magick::
ErrorConfigure
::
ErrorConfigure
(const std::string& what_,
139
Magick::
ErrorConfigure
::~
ErrorConfigure
() throw()
723
return new
ErrorConfigure
(message);
899
throw
ErrorConfigure
(message,nestedException);
Completed in 143 milliseconds