public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
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 msg,
Exception exception)
Processes the given JSP parse error.
|
void |
jspError(String fname,
int line,
int column,
String msg,
Exception exception)
Processes the given JSP parse error.
|
void jspError(String fname, int line, int column, String msg, Exception exception) throws JasperException
fname
- Name of the JSP file in which the parse error occurredline
- Parse error line numbercolumn
- Parse error column numbermsg
- Parse error messageexception
- Parse exceptionJasperException
- An error occurredvoid jspError(String msg, Exception exception) throws JasperException
msg
- Parse error messageexception
- Parse exceptionJasperException
- An error occurredvoid javacError(JavacErrorDetail[] details) throws JasperException
details
- Array of JavacErrorDetail instances corresponding to the
compilation errorsJasperException
- An error occurredvoid javacError(String errorReport, Exception exception) throws JasperException
errorReport
- Compilation error reportexception
- Compilation exceptionJasperException
- An error occurredCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.