Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaSourceClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler) |
void |
Compiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
Install a custom
UnitCompiler.ErrorHandler . |
void |
JavaSourceIClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler) |
void |
UnitCompiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
By default,
CompileException s are thrown on compile errors, but an application my install its own
(thread-local) UnitCompiler.ErrorHandler . |
Copyright © 2001–2013. All rights reserved.