Exceptions in any as-you-type validator prevent further validation
------------------------------------------------------------------
Key: JBIDE-17659
URL:
https://issues.jboss.org/browse/JBIDE-17659
Project: Tools (JBoss Tools)
Issue Type: Task
Components: common/jst/core
Affects Versions: 4.2.0.Beta3
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.0.Beta3
If some unchecked exceptions are thrown by any as-you-type validator managed by JBT
validation mechanism then this exception is wrapped by our JBTValidationException and
logged. The whole as-you-type validation process is stopped then. We should let other
validation work.