lots of fixes to error handling

This commit is contained in:
benfry
2005-05-07 01:08:07 +00:00
parent 2d8fc4d6c9
commit ff378d2242
8 changed files with 99 additions and 50 deletions

View File

@@ -43,7 +43,7 @@ public class SketchCode {
//SketchHistory history; // TODO add history information
String preprocName; // name of .java file after preproc
int lineOffset; // where this code starts relative to the concat'd code
int preprocOffset; // where this code starts relative to the concat'd code
public SketchCode(String name, File file, int flavor) {