|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I'm not able to instantiate class ResultSet from PHP so i intended
to extend your classes in order to call its methods from PHP Java compile error-don't know how to extend class I'm trying to extend a class that implements an interface: : public class relationset extends org.gjt.mm.mysql.Driver class: org.gjt.mm.mysql.Driver interface: java.sql.Driver with the following Java code: PHP Code:
....but the following error occurs: .\relationset.java:7: unreported exception java.sql.SQLException; must be caught or declared to be thrown Can anybody tell-me what is wrong with this approah? Where's wally ? ![]() Irina/Lisbon/Portugal |
|
#2
|
|||
|
|||
|
not sure?
I believe since the org.gjt.mm.mysql.Driver class throws a SQLException that your new class, relationset , must also throw an exception.
I believe you could do this by adding a constructor method that throws an error, or try by adding appending "throws SQLException" to public class relationset extends org.gjt.mm.mysql.Driver good luck |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > compile error-don't know how to extend class |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|