Uses of Interface
org.codehaus.commons.compiler.ErrorHandler
-
Packages that use ErrorHandler Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of ErrorHandler in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler with parameters of type ErrorHandler Modifier and Type Method Description voidICookable. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)By default,CompileExceptions are thrown on compile errors, but an application my install its ownErrorHandler. -
Uses of ErrorHandler in org.codehaus.commons.compiler.jdk
Methods in org.codehaus.commons.compiler.jdk with parameters of type ErrorHandler Modifier and Type Method Description voidSimpleCompiler. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler) -
Uses of ErrorHandler in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type ErrorHandler Modifier and Type Method Description voidCompiler. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)Install a customErrorHandler.voidJavaSourceClassLoader. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)voidJavaSourceIClassLoader. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)voidSimpleCompiler. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)voidUnitCompiler. setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)By default,CompileExceptions are thrown on compile errors, but an application my install its own (thread-local)ErrorHandler.
-