Omaha #3549 fix spelling in exceptions
Change-Id: I4f9689cd0311b2e257b0d2150a8ffb06028e1a13 Former-commit-id: 6b301dfa92787488394a868c3fb28d0cea6fae3a
This commit is contained in:
parent
fdf20738b9
commit
8c5802837e
1 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
||||||
* Jan 18, 2013 1469 bkowal Removed the hdf5 data directory.
|
* Jan 18, 2013 1469 bkowal Removed the hdf5 data directory.
|
||||||
* Mar 28, 2014 2952 mpduff Changed to use UFStatus for logging.
|
* Mar 28, 2014 2952 mpduff Changed to use UFStatus for logging.
|
||||||
* Jun 05, 2014 3226 bclement BinLightning refactor
|
* Jun 05, 2014 3226 bclement BinLightning refactor
|
||||||
|
* Aug 20, 2014 3549 njensen Fixed spelling in exceptions
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -183,10 +184,10 @@ public class MpeLightningSrv {
|
||||||
|
|
||||||
} catch (StorageException se) {
|
} catch (StorageException se) {
|
||||||
throw new EdexException(
|
throw new EdexException(
|
||||||
"Could not retrive datasets from datastore : " + se);
|
"Could not retrieve datasets from datastore : " + se);
|
||||||
} catch (HibernateException he) {
|
} catch (HibernateException he) {
|
||||||
throw new EdexException(
|
throw new EdexException(
|
||||||
"Could not insert into ifhs ligthning table : " + he);
|
"Could not insert into ifhs lightning table : " + he);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new EdexException("Could not convert to grid coordinate : "
|
throw new EdexException("Could not convert to grid coordinate : "
|
||||||
+ e);
|
+ e);
|
||||||
|
|
Loading…
Add table
Reference in a new issue