Class NetworksIterationException

All Implemented Interfaces:
Serializable

public class NetworksIterationException extends RuntimeException

This class represents an error encountered while iterating over the networks. The most likely causes are corrupt data in the database, or a bug in the reader code.

This exception extends RuntimeException because it is thrown by the iterator methods in Networks.

See Also: