thrownewPathNotFoundException("Property "+getPathFragment()+" not found in path "+currentPath);
//throw new PathNotFoundException("Property " + getPathFragment() + " not found in path " + currentPath);
thrownewPathNotFoundException("Expected to find an object with property "+getPathFragment()+" but found '"+model.getClass().getName()+"'. This is not a json object according to the JsonProvider: '"+ctx.configuration().jsonProvider().getClass().getName()+"'.");