{
InstrumentableProxy instrumentableProxy =
m_instrumentableProxy.getChildInstrumentableProxy( childInstrumentableName );
if( instrumentableProxy == null )
{
throw new NoSuchInstrumentableException(
"No child instrumentable can be found using name: " + childInstrumentableName );
}
return instrumentableProxy.getDescriptor();
}