#include <invalidsramfileexception.hh>
Definition at line 38 of file invalidsramfileexception.hh.
Public Member Functions | |
InvalidSRAMFileException (enum isfe_error error) | |
Creates a new InvalidSRAMFileException. | |
enum isfe_error | getError () const |
Gets the error code for this InvalidSRAMFileException. | |
Private Attributes | |
enum isfe_error | error |
lozsrame::InvalidSRAMFileException::InvalidSRAMFileException | ( | enum isfe_error | error | ) | [inline] |
Creates a new InvalidSRAMFileException.
error | The error code that triggered this exception. |
Definition at line 59 of file invalidsramfileexception.hh.
enum isfe_error lozsrame::InvalidSRAMFileException::getError | ( | ) | const [inline] |
Gets the error code for this InvalidSRAMFileException.
Definition at line 62 of file invalidsramfileexception.hh.
enum isfe_error lozsrame::InvalidSRAMFileException::error [private] |
Definition at line 40 of file invalidsramfileexception.hh.