licensing and tabs

This commit is contained in:
benfry
2003-07-24 22:54:23 +00:00
parent 692e5ed964
commit dcdbca5293
9 changed files with 613 additions and 583 deletions

View File

@@ -87,8 +87,7 @@ public class PdeCompilerKjc extends PdeCompiler {
} else {
//System.err.println("don't understand: " + s);
exception = new PdeException("Error while compiling, " +
"please send code to bugs@proce55ing.net");
exception = new PdeException(SUPER_BADNESS);
editor.error(exception);
}
}