Uses of Class
ca.cgjennings.io.NewerVersionException
-
Packages that use NewerVersionException Package Description ca.cgjennings.io -
-
Uses of NewerVersionException in ca.cgjennings.io
Methods in ca.cgjennings.io that throw NewerVersionException Modifier and Type Method Description static void
NewerVersionException. check(int currentVersion, int formatVersion)
Throws a newer version exception ifcurrentVersion
is less thanformatVersion
.
-