stella.parameter
Class DependencyReloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by stella.parameter.DependencyReloadException
All Implemented Interfaces:
Serializable

public class DependencyReloadException
extends IllegalArgumentException

This exception is thrown during a reload process in the #Reloadable instance if the parameter that is reloaded depends on an other parameter ParameterDepending or on a driver DriverDepending and the value of this property has changed. However, the issuing object might trap that exception, create a new object from the updated properties and replace the objcet that threw this exception with this new instance.

See Also:
Serialized Form

Constructor Summary
DependencyReloadException()
          Constructs a ClassReloadException with no detail message.
DependencyReloadException(String s)
          Constructs a ClassReloadException with THE SPECIFIED detail message.
 
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

DependencyReloadException

public DependencyReloadException()
Constructs a ClassReloadException with no detail message.


DependencyReloadException

public DependencyReloadException(String s)
Constructs a ClassReloadException with THE SPECIFIED detail message.