Update an error message :)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2842 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-02-15 23:24:06 +00:00
parent 951b7a2433
commit 01af3d0663
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class VariantFiltrationWalker extends RodWalker<Integer, Integer> {
if ( (Boolean)exp.exp.evaluate(jContext) )
addFilter(filterString, exp.name);
} catch (Exception e) {
throw new StingException(e.getMessage());
throw new StingException("Error evaluating filter expression for given input. Most often this is caused by a malformatted expression string, such as using an integral comparison for floating-point values. Observed value was: "+e.getMessage());
}
}