Uses of Class
org.insa.graphs.model.io.BadVersionException
-
Packages that use BadVersionException Package Description org.insa.graphs.model.io -
-
Uses of BadVersionException in org.insa.graphs.model.io
Methods in org.insa.graphs.model.io that throw BadVersionException Modifier and Type Method Description protected void
BinaryReader. checkVersionOrThrow(int version)
Check if the given version is greater than the minimum version, and update the current version if it is.
-