#include <libmesh_exceptions.h>
FileError (const std::string &filename)
A class representing a failed attempt by the library to open a file (or construct an fstream, etc), to be thrown by 'libmesh_file_error(filename);' For ease of debugging, 'filename' should include any (absolute or relative or implicit) pathname that was part of the failed open.
Definition at line 63 of file libmesh_exceptions.h.
Definition at line 66 of file libmesh_exceptions.h.
: std::runtime_error( 'Error accessing file: ' + filename ) {}
Generated automatically by Doxygen for libMesh from the source code.