| 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 ]
|
 |
 |
|
|
subject: JSPError
|
|
|