private void testLoadOfFile(final ConfigurationLocation location) {
configurationLocation = location;
try {
new CheckerFactory().getChecker(location, thirdPartyClasspath);
} catch (Exception e) {
errorPanel.setError(e);
moveToStep(CurrentStep.ERROR);
return;
}