com.tensegrity.generic.util.prefs
Class PreferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.util.prefs.PreferenceException
All Implemented Interfaces:
java.io.Serializable

public class PreferenceException
extends DynamicException

Thrown whenever an error occurs while working with Preferences.

Version:
$Id: PreferenceException.java,v 1.3 2005/04/29 14:54:47 KevinCVS Exp $
Author:
Andreas Ebbert
See Also:
Serialized Form

Constructor Summary
PreferenceException()
          Constructor providing a default description.
PreferenceException(java.lang.String details)
          Constructor specifying the reason for this exception.
 
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

PreferenceException

public PreferenceException()
Constructor providing a default description.


PreferenceException

public PreferenceException(java.lang.String details)
Constructor specifying the reason for this exception.

Parameters:
details - describing the reason for this exception.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.