Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::ErrorDraw Class Reference
Inheritance diagram for Magick::ErrorDraw:
Collaboration diagram for Magick::ErrorDraw:

Public Member Functions

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

Constructor & Destructor Documentation

◆ ErrorDraw() [1/2]

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

Definition at line 173 of file Exception.cpp.

174 : Error(what_)
175{
176}

◆ ErrorDraw() [2/2]

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

Definition at line 178 of file Exception.cpp.

179 : Error(what_,nested_)
180{
181}

◆ ~ErrorDraw()

Magick::ErrorDraw::~ErrorDraw ( )
throw ( )

Definition at line 183 of file Exception.cpp.

184{
185}

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