Uses of Class
acdp.exceptions.MissingEntryException
Packages that use MissingEntryException
-
Uses of MissingEntryException in acdp.misc
Methods in acdp.misc that throw MissingEntryExceptionModifier and TypeMethodDescriptionfinal Layout
Returns the layout with the specified key.final Layout
Layout.getLayoutByQualKey
(String qualKey) Returns the layout with the specified qualified key.final Layout
Layout.getLayoutByQualKey
(String qualKey, char separator) Returns the layout with the specified qualified key, the keys separated by the specified separator character.final Layout.Seq
Returns the sequence with the specified key.final Layout.Seq
Layout.getSeqByQualKey
(String qualKey) Returns the sequence with the specified qualified key.final Layout.Seq
Layout.getSeqByQualKey
(String qualKey, char separator) Returns the sequence with the specified qualified key, the keys separated by the specified separator character.final String
Returns the string with the specified key.final String
Layout.getStringByQualKey
(String qualKey) Returns the string with the specified qualified key.final String
Layout.getStringByQualKey
(String qualKey, char separator) Returns the string with the specified qualified key, the keys separated by the specified separator character.final Layout
Removes the entry with the specified key.final Layout
Replaces the stored layout having the specified key with the specified layout.final Layout
Layout.replace
(String key, Layout.Seq seq) Replaces the stored sequence having the specified key with the specified sequence.final Layout
Replaces the stored string value having the specified key with the specified string value.final Layout
Layout.replaceKey
(String key, String newKey) Replaces the specified current key with the specified new key.