Magick++ 7.1.2-32
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::ErrorCorruptImage Class Reference
Inheritance diagram for Magick::ErrorCorruptImage:
Magick::Error Magick::Exception

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_)
Exception & operator= (const Exception &original_)
virtual const char * what () const throw ()
const Exception * nested () 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 141 of file Exception.cpp.

142 : Error(what_)
143{
144}

◆ ErrorCorruptImage() [2/2]

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

Definition at line 146 of file Exception.cpp.

148 : Error(what_,nested_)
149{
150}

◆ ~ErrorCorruptImage()

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

Definition at line 152 of file Exception.cpp.

153{
154}

The documentation for this class was generated from the following files:
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Exception.h
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Exception.cpp