"Fetching attribute " + minfo.id() ) ;
Object value = null ;
if (minfo.isApplicable( obj )) {
try {
FacetAccessor fa = mom.getFacetAccessor( obj ) ;
value = minfo.get(fa, mom.runtimeDebug());
} catch (JMException ex) {
Exceptions.self.errorInConstructingOpenData(
cls.name(), minfo.id(), ex ) ;
}