package cc.glsn.v15.housefund; import java.sql.SQLException; public interface Face { public void updateData() throws SQLException; }