An Iterator that wraps another Iterator with protection for exceptions during iteration.
Information about versions of CERT NetSA jar files on the classpath, for identification and debugging purposes.
Information about versions of CERT NetSA jar files on the classpath,
for identification and debugging purposes. This is based on the
presence of resources under
/org/cert/netsa/versionInfo/<name>.properties which are created
automatically at build time.
An Iterator that wraps another Iterator with protection for exceptions during iteration. If an exception occurs while calling hasNext or next, the provided exception handler will be called, and the ExceptionGuardedIterator will act as if it is now empty.
Construction using the companion object will also handle exceptions produced when getting the initial wrapped Iterator.