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

Public Member Functions

 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 64 of file Exception.h.

Constructor & Destructor Documentation

◆ Error() [1/2]

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

Definition at line 72 of file Exception.cpp.

73 : Exception(what_)
74{
75}

◆ Error() [2/2]

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

Definition at line 77 of file Exception.cpp.

78 : Exception(what_,nested_)
79{
80}

◆ ~Error()

Magick::Error::~Error ( )
throw ( )

Definition at line 82 of file Exception.cpp.

83{
84}

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