trung / InMemoryJavaCompiler

Utility class to compile java source code in memory
Apache License 2.0
266 stars 81 forks source link

Added Support for CompileException to get notified when an error occures #3

Closed PKeidel closed 7 years ago

PKeidel commented 9 years ago

I just added a CompileException and a DiagnosticCollector. If compilation fails the Exception is thrown.

trung commented 7 years ago

There's another PR doing similar https://github.com/trung/InMemoryJavaCompiler/pull/5