JSPTemplates

org.tp23.jsp
Class JspException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--org.tp23.jsp.JspException
All Implemented Interfaces:
java.io.Serializable

public class JspException
extends javax.servlet.ServletException

Eventually this class will not extend a servelt class when the servlet api is removed entirely.

Author:
Paul Hinds
See Also:
Serialized Form

Constructor Summary
JspException()
           
JspException(java.lang.String message)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspException

public JspException()

JspException

public JspException(java.lang.String message)

JSPTemplates