Replace Base::Exception with appropriate subclass

This commit is contained in:
wmayer
2018-11-14 17:11:53 +01:00
parent 66b889044b
commit e22ab44e61
8 changed files with 20 additions and 20 deletions

View File

@@ -694,7 +694,7 @@ void Approximate::ParameterInnerPoints()
}
else //Can an inside point have less than 3 neighbours...?
{
throw Base::Exception("Something's wrong here. Less than 3 Neighbour");
throw Base::RuntimeError("Something's wrong here. Less than 3 Neighbour");
}
}
}