JSPTemplates

org.tp23.jsp
Class JspEngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.tp23.jsp.JspEngineException
All Implemented Interfaces:
java.io.Serializable

public class JspEngineException
extends java.lang.Exception

Interface for Exceptions that a different implementaion of the runtime can implement

Author:
Paul Hinds
See Also:
Serialized Form

Constructor Summary
JspEngineException()
           
JspEngineException(java.lang.String 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

JspEngineException

public JspEngineException()

JspEngineException

public JspEngineException(java.lang.String message)

JSPTemplates