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

Public Member Functions

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

Constructor & Destructor Documentation

◆ WarningType() [1/2]

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

Definition at line 643 of file Exception.cpp.

644 : Warning(what_)
645{
646}

◆ WarningType() [2/2]

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

Definition at line 648 of file Exception.cpp.

649 : Warning(what_,nested_)
650{
651}

◆ ~WarningType()

Magick::WarningType::~WarningType ( )
throw (
)

Definition at line 653 of file Exception.cpp.

654{
655}

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