Magick++ 6.9.13
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 208 of file Exception.h.

Constructor & Destructor Documentation

◆ ErrorType() [1/2]

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

Definition at line 333 of file Exception.cpp.

334 : Error(what_)
335{
336}

◆ ErrorType() [2/2]

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

Definition at line 338 of file Exception.cpp.

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

◆ ~ErrorType()

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

Definition at line 343 of file Exception.cpp.

344{
345}

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