11 #ifndef SIMULATOR_EXCEPTION_H_
12 # define SIMULATOR_EXCEPTION_H_
39 const char *
what(
void)
const throw();
SimulatorException(const char *message)
Constructor.
Definition: simulator_exception.cc:18
const char * what(void) const
Return the error message.
Definition: simulator_exception.cc:30
Contains objects that manage the simulation.
~SimulatorException(void)
Destructor.
Definition: simulator_exception.cc:23
Define the exception used by the Simulator class.
Definition: simulator_exception.h:22