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

Public Member Functions

 WarningCache (const std::string &what_)
 
 WarningCache (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_)
 
Exceptionoperator= (const Exception &original_)
 
virtual const char * what () const throw ()
 
const Exceptionnested () const throw ()
 
void nested (Exception *nested_) throw ()
 

Detailed Description

Definition at line 254 of file Exception.h.

Constructor & Destructor Documentation

◆ WarningCache() [1/2]

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

Definition at line 405 of file Exception.cpp.

406 : Warning(what_)
407{
408}

◆ WarningCache() [2/2]

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

Definition at line 410 of file Exception.cpp.

411 : Warning(what_,nested_)
412{
413}

◆ ~WarningCache()

Magick::WarningCache::~WarningCache ( )
throw (
)

Definition at line 415 of file Exception.cpp.

416{
417}

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