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

Public Member Functions

 WarningConfigure (const std::string &what_)
 
 WarningConfigure (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 270 of file Exception.h.

Constructor & Destructor Documentation

◆ WarningConfigure() [1/2]

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

Definition at line 433 of file Exception.cpp.

434 : Warning(what_)
435{
436}

◆ WarningConfigure() [2/2]

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

Definition at line 438 of file Exception.cpp.

440 : Warning(what_,nested_)
441{
442}

◆ ~WarningConfigure()

Magick::WarningConfigure::~WarningConfigure ( )
throw (
)

Definition at line 444 of file Exception.cpp.

445{
446}

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