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 LayoutReturns the layout with the specified key.final LayoutLayout.getLayoutByQualKey(String qualKey) Returns the layout with the specified qualified key.final LayoutLayout.getLayoutByQualKey(String qualKey, char separator) Returns the layout with the specified qualified key, the keys separated by the specified separator character.final Layout.SeqReturns the sequence with the specified key.final Layout.SeqLayout.getSeqByQualKey(String qualKey) Returns the sequence with the specified qualified key.final Layout.SeqLayout.getSeqByQualKey(String qualKey, char separator) Returns the sequence with the specified qualified key, the keys separated by the specified separator character.final StringReturns the string with the specified key.final StringLayout.getStringByQualKey(String qualKey) Returns the string with the specified qualified key.final StringLayout.getStringByQualKey(String qualKey, char separator) Returns the string with the specified qualified key, the keys separated by the specified separator character.final LayoutRemoves the entry with the specified key.final LayoutReplaces the stored layout having the specified key with the specified layout.final LayoutLayout.replace(String key, Layout.Seq seq) Replaces the stored sequence having the specified key with the specified sequence.final LayoutReplaces the stored string value having the specified key with the specified string value.final LayoutLayout.replaceKey(String key, String newKey) Replaces the specified current key with the specified new key.