Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::WarningBlob Class Reference

#include <Exception.h>

Inheritance diagram for Magick::WarningBlob:

Inheritance graph
[legend]
Collaboration diagram for Magick::WarningBlob:

Collaboration graph
[legend]

Public Member Functions

 WarningBlob (const std::string &what_)
 WarningBlob (const std::string &what_)
virtual const char * what () const throw ()
virtual const char * what () const throw ()

Constructor & Destructor Documentation

Magick::WarningBlob::WarningBlob const std::string &  what_  )  [explicit]
 

Definition at line 66 of file Exception.cpp.

References WarningBlob().

Referenced by WarningBlob().

00067 : Warning(what_) 00068 { 00069 }

Here is the call graph for this function:

Magick::WarningBlob::WarningBlob const std::string &  what_  )  [explicit]
 


Member Function Documentation

virtual const char* Magick::Exception::what  )  const throw () [virtual, inherited]
 

const char * Magick::Exception::what  )  const throw () [virtual, inherited]
 

Definition at line 42 of file Exception.cpp.

References Magick::Exception::_what.

00043 { 00044 return _what.c_str(); 00045 }


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:47:55 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC