An I/O-related SimGear exception. More...
#include <exception.hxx>
An I/O-related SimGear exception.
SimGear-based code should throw this exception when it fails to read from or write to an external resource, such as a file, socket, URL, or database.
In addition to the functionality of sg_exception, an sg_io_exception may contain location information, such as the name of a file or URL, and possible also a location in that file or URL.
Definition at line 128 of file exception.hxx.