DTJ6302

Application loop detected. Recursive entry to catch block.

The VoiceXML browser has detected that a catch block may be throwing the same event as it will catch, thus creating an infinite execution loop.

Check the VoiceXML application, and remove the potential for this situation by ensuring that a catch block does not throw an event type that it is subsequently required to catch.