Name

SkipPageException

Synopsis

A simple tag handler throws a SkipPageException to tell the container to stop processing the page, e.g., because the tag handler forwards or redirects the request to another resource.

Synopsis

Class name:

javax.servlet.jsp.SkipPageException

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 SkipPageException( )

Creates a new SkipTagException instance.

public SkipPageException(String msg)

Creates a new SkipTagException instance with the specified message.

public SkipPageException(String msg, Throwable throwable)

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

public SkipPageException(Throwable throwable)

Creates a new SkipPageException 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.