MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
util::FileException Class Reference

Exception class for file exceptions with additional filename. More...

#include <exception.h>

Collaboration diagram for util::FileException:
Collaboration graph
[legend]

Public Member Functions

 FileException (std::string const &filename, char const *msg) throw ()
 
 FileException (std::string const &filename, std::string const &msg) throw ()
 
virtual ~FileException (void) throw ()
 
- Public Member Functions inherited from util::Exception
 Exception (std::string const &msg) throw ()
 
 Exception (std::string const &msg, char const *msg2) throw ()
 
 Exception (std::string const &msg, std::string const &msg2) throw ()
 
 Exception (void) throw ()
 
virtual ~Exception (void) throw ()
 
virtual const char * what (void) const throw ()
 

Public Attributes

std::string filename
 

Detailed Description

Exception class for file exceptions with additional filename.

Definition at line 52 of file exception.h.

Constructor & Destructor Documentation

◆ FileException() [1/2]

util::FileException::FileException ( std::string const &  filename,
std::string const &  msg 
)
throw (
)
inline

Definition at line 55 of file exception.h.

◆ FileException() [2/2]

util::FileException::FileException ( std::string const &  filename,
char const *  msg 
)
throw (
)
inline

Definition at line 59 of file exception.h.

◆ ~FileException()

virtual util::FileException::~FileException ( void  )
throw (
)
inlinevirtual

Definition at line 63 of file exception.h.

Member Data Documentation

◆ filename

std::string util::FileException::filename

Definition at line 67 of file exception.h.


The documentation for this class was generated from the following file: