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

Public Member Functions

 ErrorDelegate (const std::string &what_)
 
 ErrorDelegate (const std::string &what_, Exception *nested_)
 
- Public Member Functions inherited from Magick::Error
 Error (const std::string &what_)
 
 Error (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 114 of file Exception.h.

Constructor & Destructor Documentation

◆ ErrorDelegate() [1/2]

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

Definition at line 159 of file Exception.cpp.

160 : Error(what_)
161{
162}

◆ ErrorDelegate() [2/2]

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

Definition at line 164 of file Exception.cpp.

166 : Error(what_,nested_)
167{
168}

◆ ~ErrorDelegate()

Magick::ErrorDelegate::~ErrorDelegate ( )
throw (
)

Definition at line 170 of file Exception.cpp.

171{
172}

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