org.apache.jasper
Class JasperException
javax.servlet.ServletException
org.apache.jasper.JasperException
public class JasperException
extends javax.servlet.ServletException
Base class for all exceptions generated by the JSP engine. Makes it
convienient to catch just this at the top-level.
JasperException(String reason)
|
JasperException(String reason, Throwable exception) - Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
|
JasperException(Throwable exception) - Creates a JasperException with the embedded exception
|
JasperException
public JasperException(String reason)
JasperException
public JasperException(String reason,
Throwable exception)
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
JasperException
public JasperException(Throwable exception)
Creates a JasperException with the embedded exception
Copyright B) 2000-2004 Apache Software Foundation. All Rights Reserved.