KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > JspException

javax.servlet.jsp
Class JspException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JspTagException, SkipPageException
See Also:
Top Examples, Source Code

public Throwable getRootCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JspException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JspException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JspException(String message,
                    Throwable rootCause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JspException(Throwable rootCause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags