#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 |
hack4u::InvalidSRAMException::InvalidSRAMException | ( | enum InvalidSRAMError | error | ) | [inline] |
Creates a new InvalidSRAMException.
error | The reason for the exception. |
Definition at line 56 of file InvalidSRAMException.hh.
enum InvalidSRAMError hack4u::InvalidSRAMException::getError | ( | ) | const [inline] |
Gets the error code that triggered this exception.
Definition at line 59 of file InvalidSRAMException.hh.
enum InvalidSRAMError hack4u::InvalidSRAMException::error [private] |
Definition at line 37 of file InvalidSRAMException.hh.