classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java.sql.Time#setTime(long)


From: Mark Wielaard
Subject: Re: java.sql.Time#setTime(long)
Date: Sun, 24 Aug 2003 21:38:13 +0200

Hi,

On Sun, 2003-08-24 at 20:08, Arnaud Vandyck wrote:
> This methode does not exist in classpath but does in J2SE1.4
> 
> http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Time.html#setTime(long)
> 
> ... and is not deprecated. 

And it seems to be defined in earlier versions like 1.3.
It looks like there is a constructor that does almost exactly what this
method does. Could you take a look at that and try to create a patch
that implements this method?

> Also, Is  it normal that the  deprecated methode of this  class throw an
> IllegalArgumentException?

Yes, because that is what the documentation says it should do.

Cheers,

Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]