public class DependencyReloadException extends IllegalArgumentException
#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.| Constructor and Description |
|---|
DependencyReloadException()
Constructs a ClassReloadException with no detail message.
|
DependencyReloadException(String s)
Constructs a ClassReloadException with THE SPECIFIED detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DependencyReloadException()
public DependencyReloadException(String s)