gzz-commits
[Top][All Lists]
Advanced

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

Re: [Gzz-commits] gzz/gzz/gfx/gl GLSpanner.java


From: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz/gzz/gfx/gl GLSpanner.java
Date: Thu, 23 Jan 2003 11:16:43 +0200
User-agent: Mutt/1.4i

On Thu, Jan 23, 2003 at 03:26:27AM -0500, Janne V. Kujala wrote:
> CVSROOT:      /cvsroot/gzz
> Module name:  gzz
> Changes by:   Janne V. Kujala <address@hidden>        03/01/23 03:26:27
> 
> Modified files:
>       gzz/gfx/gl     : GLSpanner.java 
> 
> Log message:
>       throw a more derscriptive error for mipzip IOException
> 
>      public static boolean dbg = false;
> @@ -84,7 +85,8 @@
>           try {
>               l = new MipzipLoader(new File(file+".mipzip"));
>           } catch(IOException e) {
> -             throw new Error("ARGH");
> +             throw new Error("MipzipLoader threw an IOException for " + 
> +                             file + ".mipzip");
>           }

At the same time, please throw a composite error containing the io error,
or print it out or something.

        Tuomas




reply via email to

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