Java Servlet Programming (Java Series)

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <exception-type>

 
< BACKCONTINUE >
<exception-type>

Synopsis

<!ELEMENT exception-type (#PCDATA)>

Description

The <exception-type> element contains a fully qualified class name of a Java exception type.

<error-page> <exception-type>javax.servlet.ServletException</exception-type> <location>/servlet/ErrorDisplay</location> </error-page>

Last updated on 3/20/2003

Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >

Категории