CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
FileNotFoundException.h
Go to the documentation of this file.
1
#ifndef CARMA_UTIL_FILENOTFOUNDEXCEPTION_H
2
#define CARMA_UTIL_FILENOTFOUNDEXCEPTION_H
3
16
#include "
carma/util/NotFoundException.h
"
17
18
namespace
carma {
19
namespace
util {
20
24
class
FileNotFoundException
:
public
carma::util::NotFoundException
{
25
public
:
26
39
FileNotFoundException
(
const
std::string & msgstr,
40
const
char
* filename,
41
int
lineNo);
42
55
FileNotFoundException
(
const
std::ostringstream & msgstr,
56
const
char
* filename,
57
int
lineNo);
58
62
FileNotFoundException
(
const
FileNotFoundException
& ex);
63
64
};
65
66
}
67
}
68
69
#endif // CARMA_UTIL_FILENOTFOUNDEXCEPTION_H
carma::util::FileNotFoundException::FileNotFoundException
FileNotFoundException(const std::string &msgstr, const char *filename, int lineNo)
create an FileNotFoundException Recommended usage CARMA_EXCEPTION(FileNotFoundException, string msg);
carma::util::NotFoundException
an exception indicating that a look-up operation failed find a match to the inputs.
Definition:
NotFoundException.h:23
carma::util::FileNotFoundException
An exception indicating that a requested file does not exist.
Definition:
FileNotFoundException.h:24
NotFoundException.h
NotFoundException class.
carma
util
FileNotFoundException.h
Generated by
1.8.5