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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ErrorStream() [1/2]

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

Definition at line 320 of file Exception.cpp.

321 : Error(what_)
322{
323}

◆ ErrorStream() [2/2]

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

Definition at line 325 of file Exception.cpp.

326 : Error(what_,nested_)
327{
328}

◆ ~ErrorStream()

Magick::ErrorStream::~ErrorStream ( )
throw (
)

Definition at line 330 of file Exception.cpp.

331{
332}

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