- All policy-related errors should now be handled. I hope this is the last time I say this...

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@850 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-13 14:20:04 +00:00
parent cb4f0e878d
commit 1be6a9ca58
7 changed files with 102 additions and 36 deletions

View file

@ -640,7 +640,7 @@ try_to_run(unsigned int front, auto_ptr<ConcreteEnvironment>& next_snapshot)
bool
Scheduler::step_forward(ConcreteHistory& concrete_history, CPUPolicy& cpu_policy)
throw(UserInterruptException)
throw(UserInterruptException, MalformedPolicyException)
{
// Preconditions:
assert (concrete_history.get_size() > 0);