fileexception.hh

Go to the documentation of this file.
1 
6 #ifndef fileExc_hh
7 #define fileExc_hh
8 
9 #include "exceptions.hh"
10 
11 namespace concepts {
12 
13  // ********************************************************* FileOpenError **
14 
18  class FileOpenError : public MissingFeature {
19  public:
23  FileOpenError(const std::string& file) throw();
24  protected:
25  virtual std::ostream& info(std::ostream& os) const throw();
26  };
27 
28 }
29 
30 #endif // fileExc_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
FileOpenError(const std::string &file)
Constructor.
Exception class to express a missing feature.
Definition: exceptions.hh:206
Indicates that there were problems in a file open operation.
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich