#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 |
hack4u::FileIOException::FileIOException | ( | enum FileIOError | error | ) | [inline] |
Creates a new FileIOException.
error | The reason for this FileIOException. |
Definition at line 54 of file FileIOException.hh.
enum FileIOError hack4u::FileIOException::getError | ( | ) | const [inline] |
enum FileIOError hack4u::FileIOException::error [private] |
Definition at line 38 of file FileIOException.hh.