Magick++ 7.1.1
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 66 of file Exception.h.

Constructor & Destructor Documentation

◆ Error() [1/2]

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

Definition at line 73 of file Exception.cpp.

74 : Exception(what_)
75{
76}

◆ Error() [2/2]

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

Definition at line 78 of file Exception.cpp.

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

◆ ~Error()

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

Definition at line 83 of file Exception.cpp.

84{
85}

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