Name

JspTagException

Synopsis

This exception indicates that a JSP Tag Handler has encountered an error. This exception should bubble up to the top page level and produce an error message for the client.

                  Implementations
public class JspTagException extends JspException {
// Public Constructors
   public JspTagException();  
   public JspTagException( String msg);  
}

Get Java Enterprise in a Nutshell, 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.