#include <invalidsramfileexception.hh>
Definition at line 40 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 |
soesrame::InvalidSRAMFileException::InvalidSRAMFileException | ( | enum isfe_error | error | ) | [inline] |
Creates a new InvalidSRAMFileException.
error | The error code that triggered this exception. |
Definition at line 61 of file invalidsramfileexception.hh.
enum isfe_error soesrame::InvalidSRAMFileException::getError | ( | ) | const [inline] |
Gets the error code for this InvalidSRAMFileException.
Definition at line 64 of file invalidsramfileexception.hh.
enum isfe_error soesrame::InvalidSRAMFileException::error [private] |
Definition at line 42 of file invalidsramfileexception.hh.