Name

JspTagException

Synopsis

The JspTagException is intended to be used by a tag handler to indicate an unrecoverable error.

Synopsis

Class name:

javax.servlet.jsp.JspTagException

Extends:

javax.servlet.jsp.JspException

Implements:

None

Implemented by:

Internal container-dependent class. Most containers use the reference implementation of the class (developed in the Apache Jakarta project)

Constructors

public JspTagException( )

Creates a new JspTagException instance.

public JspTagException(String msg)

Creates a new JspTagException instance with the specified message.

public JspTagException(String msg, Throwable throwable)

Creates a new JspTagException instance with the specified message and root cause.

public JspTagException(Throwable throwable)

Creates a new JspTagException instance with the specified root cause.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.