javax.servlet.jsp
Class JspError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.jsp.JspException
                    |
                    +--javax.servlet.jsp.JspError

public class JspError
extends JspException

Error found; stop generating all output and forward to errorpage. Message should be used... TODO -- details of how to use the message yet to be investigated.

See Also:
Serialized Form

Constructor Summary
JspError()
          No message
JspError(java.lang.String msg)
          Constructor with a message.
 
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

JspError

public JspError(java.lang.String msg)
Constructor with a message.

JspError

public JspError()
No message