* not a file or the user account executing the program is not allowed to
* read it)
*/
protected void readJavaFile(File parseFile, File container)
throws IllegalArgumentException {
IUML2RunnableWithProgress runnable = new Parser(parseFile);
CoffeaUML2Plugin.getInstance().execute(runnable);
}