de.beamertool.util.configuration
Class SaveSettingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.beamertool.util.configuration.SaveSettingsException
All Implemented Interfaces:
Serializable

public class SaveSettingsException
extends Exception

Author:
$Author : ocm-zeeman $
See Also:
Serialized Form

Constructor Summary
SaveSettingsException(Field errorField)
           
SaveSettingsException(Field errorField, Throwable arg1)
           
SaveSettingsException(String msg)
           
SaveSettingsException(String msg, Throwable arg1)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveSettingsException

public SaveSettingsException(Field errorField)

SaveSettingsException

public SaveSettingsException(Field errorField,
                             Throwable arg1)

SaveSettingsException

public SaveSettingsException(String msg)

SaveSettingsException

public SaveSettingsException(String msg,
                             Throwable arg1)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable