public String getLocal() {
   try {
     return m.usesLocalTable() ? "true" : "false";
   } catch (Exception e) {
     return "exception";
   }
 }