throw new ObservationReadError(
"No observations for the specified period or error in observation source.");
}
// Create plots, tables.
NewStarType type = NewStarType.NEW_STAR_FROM_ARBITRARY_SOURCE;
mediator.createNewStarObservationArtefacts(type, retriever
.getStarInfo(), 0, obSourcePlugin.isAdditive());
} catch (InterruptedException e) {
ValidObservation.restore();