Example usage for Java javax.servlet.jsp JspTagException fields, constructors, methods, implement or subclass
The text is from its open source code.
JspTagException(String msg) Constructs a new JspTagException with the specified message. | |
JspTagException(Throwable rootCause) Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation. | |
JspTagException(String message, Throwable rootCause) Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message. |