+"You try to instantiate an abstract class or an interface!");//$NON-NLS-1$s
logger.log(Level.SEVERE,"Cannot instantiate adapter. You try to instantiate an abstract class or an interface!");//$NON-NLS-1$s
System.exit(42);
}catch(IllegalAccessExceptione){
...
...
@@ -132,12 +131,10 @@ public abstract class TangibleApplication {
System.exit(42);
}catch(ClassNotFoundExceptione){
logger.log(Level.SEVERE,"The class "+properties.getProperty("tableAdapter")+"was not found.");//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
logger.log(Level.SEVERE,"The class "+properties.getProperty("tableAdapter")+" was not found. Check the spelling !");//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$