Class JasperException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JasperException extends ServletException
Base class for all exceptions generated by the JSP engine. Makes it convenient to catch just this at the top-level.
Author:
Anil K. Vijendran
See Also: