java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.maxmind.db.NetworksIterationException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString