public class JspLineParseException extends JspParseException implements LineCompileException, LineMapException, DisplayableException
Constructor and Description |
---|
JspLineParseException() |
JspLineParseException(java.lang.String msg) |
JspLineParseException(java.lang.String msg,
java.lang.Throwable e) |
JspLineParseException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
print(java.io.PrintWriter out) |
create, create, getErrorPage, getLineMap, setErrorPage, setLineMap
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLineMap
public JspLineParseException()
public JspLineParseException(java.lang.String msg)
public JspLineParseException(java.lang.Throwable e)
public JspLineParseException(java.lang.String msg, java.lang.Throwable e)
public void print(java.io.PrintWriter out)
print
in interface DisplayableException