I'm am trying to put a empty return statement inside an instance initializer block to exit in case the string is null but compiler say "Cannot return from within an initializer" , i have found this answer I'm am trying to put a empty return statement i