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

Public Member Functions

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

Constructor & Destructor Documentation

◆ WarningRegistry() [1/2]

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

Definition at line 583 of file Exception.cpp.

584 : Warning(what_)
585{
586}

◆ WarningRegistry() [2/2]

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

Definition at line 588 of file Exception.cpp.

590 : Warning(what_,nested_)
591{
592}

◆ ~WarningRegistry()

Magick::WarningRegistry::~WarningRegistry ( )
throw (
)

Definition at line 594 of file Exception.cpp.

595{
596}

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