javax.servlet.jsp

Class JspTagException


public class JspTagException
extends JspException

Exception to be used by a Tag Handler to indicate some unrecoverable error. This error is to be caught by the top level of the JSP page and will result in an error page.

Constructor Summary

JspTagException()
No message
JspTagException(String msg)
Constructor with a message.

Constructor Details

JspTagException

public JspTagException()
No message


JspTagException

public JspTagException(String msg)
Constructor with a message.


Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.