case 3 : infra=new NetTunnelTest1(); break;
case 4 : infra=new NetTunnelTest2(); break;
default: infra=new Infrastructure(); break;
}
try
{ Vector errors=(new Validation(infra)).validate();
if(!errors.isEmpty())
showError(errors.toString());
}
catch (InfraException e)
{ reportError(e);