Uses of Class
org.jvnet.hk2.config.TranslationException
-
Packages that use TranslationException Package Description org.glassfish.admin.amx.impl.config org.jvnet.hk2.config -
-
Uses of TranslationException in org.glassfish.admin.amx.impl.config
Methods in org.glassfish.admin.amx.impl.config that throw TranslationException Modifier and Type Method Description protected StringAttributeResolverHelper. getVariableValue(String varName)StringAttributeResolverHelper. resolve(String in)Resolve the String using the target resolver (MBean). -
Uses of TranslationException in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that throw TranslationException Modifier and Type Method Description protected abstract StringVariableResolver. getVariableValue(String varName)Returns the value of the variable.StringTranslator. translate(String str)StringVariableResolver. translate(String str)
-