if (!isWidgetValid && !rejectInvalid) {
_logger.warn("The distributor signature \'" + file.getName()
+ "\' is not valid, but widget will be imported");
}
} catch (Exception e) {
throw new BadDistributorSignatureException(
"Invalid Distributor Signature " + file.getName());
}
}
}