Library:Servlet API
Version:2.4
Compatibility:JDK 1.4
Exceptions in library Servlet API.
NamePackageDescription
ELExceptionjavax.servlet.jsp.elRepresents any of the exception conditions that arise during the operation evaluation of the evaluator.
ELParseExceptionjavax.servlet.jsp.elRepresents a parsing error encountered while parsing an EL expression.
JspExceptionjavax.servlet.jspA generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspTagExceptionjavax.servlet.jspException to be used by a Tag Handler to indicate some unrecoverable error.
ServletExceptionjavax.servletDefines a general exception a servlet can throw when it encounters difficulty.
SkipPageExceptionjavax.servlet.jspException to indicate the calling page must cease evaluation.
UnavailableExceptionjavax.servletDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
Search