150151152153154155156157158159160
if( c.eventType.requiresVoyage() ) { if( c.voyageNumberString == null ) { throw new MissingVoyageNumberException( c.eventData ); } try { voyage = uow.get( Voyage.class, c.voyageNumberString );