December 2000
Intermediate to advanced
574 pages
17h 3m
English
JspException
|
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). |
The JspException class is the superclass for all
JSP-related exceptions.
public class JspException extends Exception {
// Constructors
public JspException( );
public JspException(String msg);
}public JspException( )
Creates a new JspException instance.
public JspException(String msg)
Creates a new JspException instance with the
specified message.
Read now
Unlock full access