public class Config.ConfigLockedException
extends java.lang.Exception
Config
instance. More precisely, it
is thrown if the setter method calls Config.locked()
and the instance was currently locked.
It means that the setting is not supposed to be changed after the construction / setting phase has been completed.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The serial UID.
|
Constructor and Description |
---|
Config.ConfigLockedException() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private static final long serialVersionUID