You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Softwareentwicklung Hauschel <So...@Hauschel.de> on 2001/12/22 13:32:07 UTC

Unable to compile class for JSP

Hey all,
does anybody know this Problem ?

Unable to compile class for JSP
C:\WebApplikations\Tomcat4.0\work\localhost\xmlprofile\pub\ueberweisung$jsp.
java:61: Incompatible type for method. Explicit cast needed to convert
java.lang.Throwable to java.lang.Exception.
            if (pageContext != null) pageContext.handlePageException(t);


Code of ueberweisung.jsp:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
ueberweisung
</body>
</html>




Mit freundlichen Grüßen
Fred Robert Hauschel