org.apache.jasper
public class JasperException extends ServletException
| Constructor Summary | |
|---|---|
| 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 | |