You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/06/09 10:19:09 UTC

DO NOT REPLY [Bug 20603] New: - Make NestableDelegate methods public instead of package private

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20603>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20603

Make NestableDelegate methods public instead of package private

           Summary: Make NestableDelegate methods public instead of package
                    private
           Product: Commons
           Version: 1.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: bsommerville@redrock.com.au


Currently NestableDelegate cannot be used outside of the commons.lang.exception 
package because its constructor & many methods are package private.

This means that if you cannot extend NestableException for some reason
(eg you have to extend some other exception like EJBException) then you cannot 
take use NestableDelegate to help you implement nestable.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org