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

Public Member Functions

 WarningFileOpen (const std::string &what_)
 WarningFileOpen (const std::string &what_, Exception *nested_)
Public Member Functions inherited from Magick::Warning
 Warning (const std::string &what_)
 Warning (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 300 of file Exception.h.

Constructor & Destructor Documentation

◆ WarningFileOpen() [1/2]

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

Definition at line 491 of file Exception.cpp.

492 : Warning(what_)
493{
494}

◆ WarningFileOpen() [2/2]

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

Definition at line 496 of file Exception.cpp.

498 : Warning(what_,nested_)
499{
500}

◆ ~WarningFileOpen()

Magick::WarningFileOpen::~WarningFileOpen ( )
throw ( )

Definition at line 502 of file Exception.cpp.

503{
504}

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