File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes JSPError Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "JSPError" Watch "JSPError" New topic
Author

JSPError

umar pak
Greenhorn

Joined: Jan 05, 2001
Posts: 20
Hello Ranchers,
I read in Professional JSP that JSPError is a subclass of JSPException. But i can't find this class in jsp javadoc 1.2
Can anybody explain this?
Axel Janssen
Ranch Hand

Joined: Jan 08, 2001
Posts: 2164
Hi Umar,
Its not there. Because it is in the javax.servlet.jsp, which is not part of the jsdk.
Inheritance hierarchie goes like this:
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.servlet.jsp.JspException
Remember that Exception is a public class which might be inherited even from your own classes.
Axel
[ February 04, 2002: Message edited by: Axel Janssen ]
 
IntelliJ Java IDE
 
subject: JSPError
 
Threads others viewed
The major.minor version '48.0' is too recent
can't use Jsp with Tomcat 4.03 and jdk1.4
Unable to compile class for JSPerror
tomcat jsp error
Unable to compile class for JSPerror
IntelliJ Java IDE