gzz-commits
[Top][All Lists]
Advanced

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

Re: [Gzz-commits] fenfire/org/fenfire/spanimages/gl PageScrollBlo...


From: Tuomas Lukka
Subject: Re: [Gzz-commits] fenfire/org/fenfire/spanimages/gl PageScrollBlo...
Date: Mon, 30 Jun 2003 16:36:53 +0300
User-agent: Mutt/1.5.4i

On Mon, Jun 30, 2003 at 07:50:15AM -0400, Matti Katila wrote:
> CVSROOT:      /cvsroot/fenfire
> Module name:  fenfire
> Branch:       
> Changes by:   Matti Katila <address@hidden>   03/06/30 07:50:15
> 
> Modified files:
>       org/fenfire/spanimages/gl: PageScrollBlockImager.java 
> 
> Log message:
>       add more information of exception
>                       poolManager
>                       );
>           } catch(Exception e) {
> -             throw new Error("Couldn't create singleimage!");
> +             throw new Error("Couldn't create singleimage! "+e);
>           }
>           map.put(sb.getID(), singleImage);
>       }
> 

e.printStackTrace() is also recommended in these places.

        Tuomas




reply via email to

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