jindent
Class SettingsVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jindent.SettingsVersionException
All Implemented Interfaces:
Serializable

public class SettingsVersionException
extends Exception

See Also:
Serialized Form

Constructor Summary
SettingsVersionException(float foundVersion, float expectedVersion, jindent.settings.VersionInfo settingsObject)
           
SettingsVersionException(String msg, float foundVersion, float expectedVersion, jindent.settings.VersionInfo settingsObject)
           
 
Method Summary
 float getExpectedVersion()
           
 float getFoundVersion()
           
 jindent.settings.VersionInfo getSettingsObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SettingsVersionException

public SettingsVersionException(float foundVersion,
                                float expectedVersion,
                                jindent.settings.VersionInfo settingsObject)

SettingsVersionException

public SettingsVersionException(String msg,
                                float foundVersion,
                                float expectedVersion,
                                jindent.settings.VersionInfo settingsObject)
Method Detail

getExpectedVersion

public float getExpectedVersion()

getFoundVersion

public float getFoundVersion()

getSettingsObject

public jindent.settings.VersionInfo getSettingsObject()