jindent
Class SettingsVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jindent.SettingsVersionException
- All Implemented Interfaces:
- Serializable
public class SettingsVersionException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SettingsVersionException
public SettingsVersionException(float foundVersion,
float expectedVersion,
jindent.settings.VersionInfo settingsObject)
SettingsVersionException
public SettingsVersionException(String msg,
float foundVersion,
float expectedVersion,
jindent.settings.VersionInfo settingsObject)
getExpectedVersion
public float getExpectedVersion()
getFoundVersion
public float getFoundVersion()
getSettingsObject
public jindent.settings.VersionInfo getSettingsObject()