/* 465 */ if (this.serializer == null) {
/* 466 */ throw new IllegalStateException("serializer has not been set");
/* */ }
/* 468 */ File profileRoot = new File(this.root, this.key.getName());
/* 469 */ if (!profileRoot.exists()) {
/* 470 */ throw new NoSuchProfileException("Profile root does not exists: " + profileRoot);
/* */ }
/* 472 */ this.bootstrapDir = new File(profileRoot, "bootstrap");
/* 473 */ if (!this.bootstrapDir.exists())
/* */ {
/* 477 */ this.bootstrapDir = null;