Package xal.smf.data
Class OpticsVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.data.OpticsVersionException
- All Implemented Interfaces:
Serializable
OpticsVersionException indicates a version conflict for the optics file
attempted to be loaded. The optics file format must match the supported one
as indicated by the version number.
- Since:
- Jan 16, 2014
- Author:
- tap
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OpticsVersionException
(String message) Primary Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpticsVersionException
Primary Constructor- Parameters:
message
- exception message
-