156157158159160161162163
} catch (ConfigException ce) { throw new DiagnosticException(ce.getMessage()); } //Ideally, will never reach here if(type == null) throw new InvalidTargetException("Invalid Target :" + target); } }