com.caucho.jsp
Class JspParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.caucho.jsp.JspParseException
- All Implemented Interfaces:
- LineMapException, CompileException, java.io.Serializable
- Direct Known Subclasses:
- JspLineParseException
public class JspParseException
- extends ServletException
- implements CompileException, LineMapException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JspParseException
public JspParseException()
JspParseException
public JspParseException(java.lang.String msg)
JspParseException
public JspParseException(java.lang.Throwable e)
JspParseException
public JspParseException(java.lang.String msg,
java.lang.Throwable e)
create
public static JspParseException create(java.lang.Throwable e)
create
public static JspParseException create(java.lang.Throwable e,
LineMap lineMap)
setErrorPage
public void setErrorPage(java.lang.String errorPage)
getErrorPage
public java.lang.String getErrorPage()
setLineMap
public void setLineMap(LineMap lineMap)
getLineMap
public LineMap getLineMap()
- Specified by:
getLineMap
in interface LineMapException