Package

org.cert.netsa

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ExceptionGuardedIterator[T] extends Iterator[T]

    Permalink

    An Iterator that wraps another Iterator with protection for exceptions during iteration.

    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.

Value Members

  1. object ExceptionGuardedIterator

    Permalink
  2. object versionInfo extends LazyLogging

    Permalink

    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.

Ungrouped