You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
basics
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
concepts::FileOpenError
Definition
fileexception.hh:18
concepts::FileOpenError::FileOpenError
FileOpenError(const std::string &file)
concepts::FileOpenError::info
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::MissingFeature
Definition
exceptions.hh:206
exceptions.hh
concepts
Definition
pml_formula.h:16
concepts::makeSet
Set< F > makeSet(uint n, const F &first,...)
Definition
set.hh:320
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8