} catch (final Exception e) {
_host.setLogicalRecord(null);
_adminUI.postException(e);
}
} else {
final KeyState keyState = lr.getKeyState();
try {
final Object[] results = management.decodeKeyObjects(keyState, null);
final ValueInspectorTreeNode root = new ValueInspectorTreeNode(null, results, "KeySegments",
Object[].class);