fortranException.hh

Go to the documentation of this file.
1 
6 #ifndef fortranException_hh
7 #define fortranException_hh
8 
9 #include "exceptions.hh"
10 
11 namespace concepts {
12 
13  // ****************************************************** FortranException **
14 
20  public:
26  FortranException(const int info, const std::string& name,
27  const std::string text = "") throw();
28  protected:
29  virtual std::ostream& info(std::ostream& os) const throw();
30  };
31 
32 } // namespace concepts
33 
34 #endif // fortranException_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
FortranException(const int info, const std::string &name, const std::string text="")
Constructor.
Exception class to express a missing feature.
Definition: exceptions.hh:206
Exception indicating an error in a FORTRAN routine returning a non-zero info flag.
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