Package com.pathplanner.lib.util
Class FileVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pathplanner.lib.util.FileVersionException
- All Implemented Interfaces:
Serializable
Exception for a mismatch between expected and actual file versions
- See Also:
-
Constructor Summary
ConstructorDescriptionFileVersionException
(String fileVersion, String expectedVersion, String fileName) Create a new FileVersionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileVersionException
Create a new FileVersionException- Parameters:
fileVersion
- The actual file version stringexpectedVersion
- The expected file version stringfileName
- The name of the file with invalid version
-