public class ErrorDispatcher extends Object
| Constructor and Description |
|---|
ErrorDispatcher(boolean jspcMode) |
public void jspError(String errCode) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Mark where, String errCode) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Node n, String errCode) throws JasperException
JasperExceptionpublic void jspError(String errCode, String arg) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Mark where, String errCode, String arg) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Node n, String errCode, String arg) throws JasperException
JasperExceptionpublic void jspError(String errCode, String arg1, String arg2) throws JasperException
JasperExceptionpublic void jspError(String errCode, String arg1, String arg2, String arg3) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Mark where, String errCode, String arg1, String arg2) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Mark where, String errCode, String arg1, String arg2, String arg3) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Node n, String errCode, String arg1, String arg2) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Node n, String errCode, String arg1, String arg2, String arg3) throws JasperException
JasperExceptionpublic void jspError(Exception e) throws JasperException
JasperExceptionpublic void jspError(String errCode, String arg, Exception e) throws JasperException
JasperExceptionpublic void jspError(org.apache.struts2.jasper.compiler.Node n, String errCode, String arg, Exception e) throws JasperException
JasperExceptionpublic static JavacErrorDetail[] parseJavacErrors(String errMsg, String fname, Node.Nodes page) throws JasperException, IOException
errMsg - Error messagefname - Name of Java source file whose compilation failedpage - Node representation of JSP page from which the Java source
file was generatedJasperExceptionIOExceptionpublic void javacError(JavacErrorDetail[] javacErrors) throws JasperException
JasperExceptionpublic void javacError(String errorReport, Exception e) throws JasperException
JasperExceptionpublic static JavacErrorDetail createJavacError(String fname, Node.Nodes page, StringBuffer errMsgBuf, int lineNum) throws JasperException
fname - page - errMsgBuf - lineNum - JasperExceptionpublic static JavacErrorDetail createJavacError(String fname, Node.Nodes page, StringBuffer errMsgBuf, int lineNum, JspCompilationContext ctxt) throws JasperException
fname - page - errMsgBuf - lineNum - ctxt - JasperExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.