Searched defs:CompileError (Results 1 – 2 of 2) sorted by relevance
22 public class CompileError extends Exception { class28 public CompileError(String s, Lex l) { in CompileError() method in CompileError33 public CompileError(String s) { in CompileError() method in CompileError38 public CompileError(CannotCompileException e) { in CompileError() method in CompileError42 public CompileError(NotFoundException e) { in CompileError() method in CompileError
44 class CompileError (CCompilerError): class