org.springframework.richclient.settings
Class SettingsException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.richclient.settings.SettingsException
All Implemented Interfaces:
Serializable

public class SettingsException
extends Exception

See Also:
Serialized Form

Constructor Summary
SettingsException(String msg, Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SettingsException

public SettingsException(String msg,
                         Throwable cause)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.