Loading...
Searching...
No Matches
Magick::ErrorCoder Class Reference
Inheritance diagram for Magick::ErrorCoder:
Magick::Error Magick::Exception

Public Member Functions

 ErrorCoder (const std::string &what_)
 
 ErrorCoder (const std::string &what_, Exception *nested_)
 
- Public Member Functions inherited from Magick::Error
 Error (const std::string &what_)
 
 Error (const std::string &what_, Exception *nested_)
 
- Public Member Functions inherited from Magick::Exception
 Exception (const std::string &what_)
 
 Exception (const std::string &what_, Exception *nested_)
 
 Exception (const Exception &original_)
 
Exceptionoperator= (const Exception &original_)
 
virtual const char * what () const throw ()
 
const Exceptionnested () const throw ()
 
void nested (Exception *nested_) throw ()
 

Detailed Description

Constructor & Destructor Documentation

◆ ErrorCoder() [1/2]

Magick::ErrorCoder::ErrorCoder ( const std::string &  what_)
explicit

Definition at line 115 of file Exception.cpp.

116 : Error(what_)
117{
118}

◆ ErrorCoder() [2/2]

Magick::ErrorCoder::ErrorCoder ( const std::string &  what_,
Exception nested_ 
)
explicit

Definition at line 120 of file Exception.cpp.

121 : Error(what_,nested_)
122{
123}

◆ ~ErrorCoder()

Magick::ErrorCoder::~ErrorCoder ( )
throw (
)

Definition at line 125 of file Exception.cpp.

126{
127}

The documentation for this class was generated from the following files:
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/Magick++/Exception.h
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/Exception.cpp