public void onProfileLookupFailed(GameProfile gameprofile, Exception exception) { NameReferencingFileConverter.a().warn("Could not lookup user uuid for " + gameprofile.getName(), exception); if (exception instanceof ProfileNotFoundException) { String s = this.a(gameprofile); this.a(this.c, s, s); } else { throw new FileConversionException("Could not request user " + gameprofile.getName() + " from backend systems", exception, (PredicateEmptyList) null); } }