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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ErrorType() [1/2]

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

Definition at line 334 of file Exception.cpp.

335 : Error(what_)
336{
337}

◆ ErrorType() [2/2]

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

Definition at line 339 of file Exception.cpp.

340 : Error(what_,nested_)
341{
342}

◆ ~ErrorType()

Magick::ErrorType::~ErrorType ( )
throw (
)

Definition at line 344 of file Exception.cpp.

345{
346}

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