141142143144145146147148149150151
{ location = uow.get( Location.class, c.unLocodeString ); } catch( NoSuchEntityException e ) { throw new UnknownLocationException( c.eventData ); } // Step 3 - Find Voyage from voyage number string if( c.eventType.requiresVoyage() )