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:
parent
951b7a2433
commit
01af3d0663
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue