This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: merge File.toURI() from Classpath


>> Just out of curiosity, why is the result of new InternalError()
>> being explicitly cast to an InternalError?
>
>Look closely - it's the return value (a Throwable) from
>initCause() that is being cast into an InternalError:
>
>+        // Can't happen.
>+        throw (InternalError) new InternalError("Unconvertible file: "
>+						+ this).initCause(use);
>
>Ranjit.

Doh. Time to watch some mindless TV.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]