Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::ErrorCorruptImage Class Reference
Inheritance diagram for Magick::ErrorCorruptImage:
Collaboration diagram for Magick::ErrorCorruptImage:

Public Member Functions

 ErrorCorruptImage (const std::string &what_)
 
 ErrorCorruptImage (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

Definition at line 106 of file Exception.h.

Constructor & Destructor Documentation

◆ ErrorCorruptImage() [1/2]

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

Definition at line 144 of file Exception.cpp.

145 : Error(what_)
146{
147}

◆ ErrorCorruptImage() [2/2]

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

Definition at line 149 of file Exception.cpp.

151 : Error(what_,nested_)
152{
153}

◆ ~ErrorCorruptImage()

Magick::ErrorCorruptImage::~ErrorCorruptImage ( )
throw (
)

Definition at line 155 of file Exception.cpp.

156{
157}

The documentation for this class was generated from the following files: