Exceptions can mess up with the begin / end space / document primitives, breaking the whole import. For instance, if an exception happens after a beginWikiDocument() but before the corresponding endWikiDocument, the whole import can break because the state of the input filter becomes inconsistent. This can be prevented with try { } finally { }{}. |