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

Public Member Functions

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

Constructor & Destructor Documentation

◆ WarningOption() [1/2]

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

Definition at line 568 of file Exception.cpp.

569 : Warning(what_)
570{
571}

◆ WarningOption() [2/2]

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

Definition at line 573 of file Exception.cpp.

575 : Warning(what_,nested_)
576{
577}

◆ ~WarningOption()

Magick::WarningOption::~WarningOption ( )
throw (
)

Definition at line 579 of file Exception.cpp.

580{
581}

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