Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 26, 2017
1 parent b42101a commit a6a5594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ private JSONZoomInto getDocumentFieldZoomInto(final DocumentPath documentPath, f
final WindowId zoomIntoWindowId = zoomIntoInfo.getRight();
if (zoomInfoTableRecordRef == null)
{
throw new EntityNotFoundException("Cannot fetch ZoomInto infos from a null value")
throw new EntityNotFoundException("Cannot zoom into empty fields")
.setParameter("documentPath", documentPath)
.setParameter("fieldName", fieldName);
}
Expand Down

0 comments on commit a6a5594

Please sign in to comment.