184185186187188189190191
if (!object.isHidden()) { perception.added(object); } } catch (Exception e) { throw new RPObjectInvalidException(e); } }
202203204205206207208209
*/ public void modify(RPObject object) throws RPObjectInvalidException { try { modified.add(object); } catch (Exception e) { throw new RPObjectInvalidException(e.getMessage()); } }
324325326327328329330331
requestSync(object); } catch (Exception e) { logger.error("error changing Zone", e); throw new RPObjectInvalidException("zoneid"); } }