org.apache.jasper.compiler
public interface ErrorHandler
Method Summary | |
---|---|
void | javacError(JavacErrorDetail[] details)
Processes the given javac compilation errors.
|
void | javacError(String errorReport, Exception exception)
Processes the given javac error report and exception.
|
void | jspError(String fname, int line, int column, String msg, Exception exception)
Processes the given JSP parse error.
|
void | jspError(String msg, Exception exception)
Processes the given JSP parse error.
|
Parameters: details Array of JavacErrorDetail instances corresponding to the compilation errors
Parameters: errorReport Compilation error report exception Compilation exception
Parameters: fname Name of the JSP file in which the parse error occurred line Parse error line number column Parse error column number msg Parse error message exception Parse exception
Parameters: msg Parse error message exception Parse exception