#include <FileIOException.hh>
Definition at line 36 of file FileIOException.hh.
Public Member Functions | |
FileIOException (enum FileIOError error) | |
Creates a new FileIOException. | |
enum FileIOError | getError () const |
Gets the error code of this FileIOException. | |
Private Attributes | |
enum FileIOError | error |
|
Creates a new FileIOException.
Definition at line 54 of file FileIOException.hh. |
|
Gets the error code of this FileIOException.
Definition at line 56 of file FileIOException.hh. |
|
Definition at line 38 of file FileIOException.hh. |