Rename SpiceKernelException to SpiceException

This commit is contained in:
Alexander Bock
2015-11-21 23:15:48 -05:00
parent a087fe47e3
commit 2cc1a91fad
10 changed files with 47 additions and 47 deletions
@@ -429,7 +429,7 @@ void RenderablePlanetProjection::attitudeParameters(double time){
SpiceManager::FieldOfViewResult res = SpiceManager::ref().fieldOfView(_instrumentID);
bs = std::move(res.boresightVector);
}
catch (const SpiceManager::SpiceKernelException& e) {
catch (const SpiceManager::SpiceException& e) {
return;
}