|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitCompiler.ErrorHandler | |
|---|---|
| org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
| Uses of UnitCompiler.ErrorHandler in org.codehaus.janino |
|---|
| Methods in org.codehaus.janino with parameters of type UnitCompiler.ErrorHandler | |
|---|---|
void |
JavaSourceIClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
|
void |
JavaSourceClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
|
void |
Compiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
Install a custom UnitCompiler.ErrorHandler. |
void |
UnitCompiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
By default, CompileExceptions are thrown on compile errors, but an application my install its own
(thread-local) UnitCompiler.ErrorHandler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||