1043104410451046104710481049105010511052
public Block getBlock(String id) { Block result = findBlock(id); if (result == null) throw new BlockNotFoundException(StructureMessages.blockNotFound(_completeId, id), getLocation()); return result; }
1046104710481049105010511052105310541055
1042104310441045104610471048104910501051
1052105310541055105610571058105910601061
notBlank(id, "id"); Block result = InternalUtils.get(_blocks, id.toLowerCase()); if (result == null) throw new BlockNotFoundException(StructureMessages.blockNotFound(_completeId, id), getLocation()); return result; }
125612571258125912601261126212631264
public Block getBlock(String id) { Block result = findBlock(id); if (result == null) throw new BlockNotFoundException(StructureMessages.blockNotFound(completeId, id), getLocation()); return result; }