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