#include <InvalidSRAMException.hh>
Definition at line 35 of file InvalidSRAMException.hh.
Public Member Functions | |
InvalidSRAMException (enum InvalidSRAMError error) | |
Creates a new InvalidSRAMException. | |
enum InvalidSRAMError | getError () const |
Gets the error code that triggered this exception. | |
Private Attributes | |
enum InvalidSRAMError | error |
|
Creates a new InvalidSRAMException.
Definition at line 56 of file InvalidSRAMException.hh. |
|
Gets the error code that triggered this exception.
Definition at line 58 of file InvalidSRAMException.hh. |
|
Definition at line 37 of file InvalidSRAMException.hh. |