public final class RemovedKey extends Object
PropertyKey
s which have been removed from use
This class is used to track keys which were deprecated in previous versions and subsequently
removed in a future version. We still keep them here so that it is possible to provide users with
useful information if they are found to be using an outdated property key.
Being removed and still used by an application denotes an error.Modifier and Type | Method and Description |
---|---|
static String |
getMessage(String key)
gets the message pertaining to a removed key or template.
|
Copyright © 2023. All Rights Reserved.