Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
exceptions.hh
concepts::FileOpenError::info
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::FileOpenError::FileOpenError
FileOpenError(const std::string &file)
Constructor.
concepts::MissingFeature
Exception class to express a missing feature.
Definition:
exceptions.hh:206
concepts::FileOpenError
Indicates that there were problems in a file open operation.
Definition:
fileexception.hh:18
concepts
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