Name

JspException

Synopsis

Class Name:

javax.servlet.jsp.
                                    JspException

Extends:

java.lang.Exception

Implements:

None

Implemented by:

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

Description

The JspException class is the superclass for all JSP-related exceptions.

Class Summary

public class JspException extends Exception {
  // Constructors
  public JspException( );
  public JspException(String msg);
}

Constructors

public JspException( )

Creates a new JspException instance.

public JspException(String msg)

Creates a new JspException instance with the specified message.

Get Java Server Pages 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.