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.

Get JavaServer Pages, Second 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.