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

Public Member Functions

 WarningUndefined (const std::string &what_)
 WarningUndefined (const std::string &what_, Exception *nested_)
Public Member Functions inherited from Magick::Warning
 Warning (const std::string &what_)
 Warning (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 391 of file Exception.h.

Constructor & Destructor Documentation

◆ WarningUndefined() [1/2]

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

Definition at line 654 of file Exception.cpp.

655 : Warning(what_)
656{
657}

◆ WarningUndefined() [2/2]

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

Definition at line 659 of file Exception.cpp.

661 : Warning(what_,nested_)
662{
663}

◆ ~WarningUndefined()

Magick::WarningUndefined::~WarningUndefined ( )
throw ( )

Definition at line 665 of file Exception.cpp.

666{
667}

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