classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [generics] FYI: Adding missing 1.5 exception constructors t


From: Andrew John Hughes
Subject: [cp-patches] [generics] FYI: Adding missing 1.5 exception constructors to java.lang
Date: Sat, 19 Mar 2005 17:09:34 +0000
User-agent: Mutt/1.5.6+20040907i

I'm committing the attached patch to the generics branch to
add some missing exception constructors.  I use one of these
(IllegalStateException) in a project I'm currently working on
(simply because I always trying to use the causal exception
first).

Changelog:

2005-03-19  Andrew John Hughes  <address@hidden>

        * java/lang/IllegalArgumentException:
        (IllegalArgumentException(String, Throwable)):
        Implemented.
        (IllegalArgumentException(Throwable)): Likewise.
        (IllegalStateException(String, Throwable)):
        Implemented.
        (IllegalStateException(Throwable)): Likewise.
        (SecurityException(String, Throwable)):
        Implemented.
        (SecurityException(Throwable)): Likewise.
        (UnsupportedOperationException(String, Throwable)):
        Implemented.
        (UnsupportedOperationException(Throwable)): Likewise.
 
-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

"We've all been part of the biggest beta test the world has ever known --
Windows" 
-- Victor Wheatman, Gartner

Attachment: exception_constructors.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

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