Package org.codehaus.janino
Interface UnitCompiler.ErrorHandler
-
- Enclosing class:
- UnitCompiler
public static interface UnitCompiler.ErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(java.lang.String message, Location optionalLocation)
-
-
-
Method Detail
-
handleError
void handleError(java.lang.String message, Location optionalLocation) throws CompileException
- Throws:
CompileException
-
-