public void reload() throws Exception {
   if (loader != null) {
     loader.reload();
   }
 }