Réf. : Re: missing return statement error?!??!

2002-07-09 Thread staginfo-ar
Thanks everyone! I think i need some coffee -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: missing return statement error?!??!

2002-07-09 Thread Steven Van Loon
It's normal that you get a missing return statement error because you are missing a return statement :) If an exception is thrown in the try-block, you go to the catch and after the catch-block there is no return-statement so you've got to return something

Re: missing return statement error?!??!

2002-07-09 Thread Arshad Mahmood
CTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 1:45 PM Subject: missing return statement error?!??! > Hi, > This is not a tomcat's question. I've made a class with a find method. > When I compile it with ANT, I 've a missing return statement error whe

Re: missing return statement error?!??!

2002-07-09 Thread Eric Blische
y, July 09, 2002 8:45 AM Subject: missing return statement error?!??! Hi, This is not a tomcat's question. I've made a class with a find method. When I compile it with ANT, I 've a missing return statement error whereas i've specified return type. Here is the code

RE: missing return statement error?!??!

2002-07-09 Thread Shapira, Yoav
d the missing return statement compilation error. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 09, 2002 8:46 AM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: missing

Re: missing return statement error?!??!

2002-07-09 Thread Laura
It migth be that you has to inizialize the array Tab: String[] Tab=new String[5]; Laura - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 2:45 PM Subject: missing retu

missing return statement error?!??!

2002-07-09 Thread staginfo-ar
Hi, This is not a tomcat's question. I've made a class with a find method. When I compile it with ANT, I 've a missing return statement error whereas i've specified return type. Here is the code : public String [] find(String mail) { String system= "qs44a