|
Shane_Cessna@xxxxxxx wrote: > I'm not sure if this is possible or not, but here goes. I have a loop > that converts multi-page TIF files to single page JPEG files...my problem > comes when the program converts the first page of the TIF successfully > then throws an exception > (java.lang.reflect.InvocationTargetException)...is there any possible way > to completely ignore this exception within my code? Well, I would suggest investigating why the error is occurring in the first place. Generally speaking, when an exception is thrown, the process that encountered the exception is interrupted ... so *SOMETHING* is probably not getting completed. Although your JPG file probably appears to be valid ... something may not be right and/or the whole process could be left in an unstable and unreliable state. david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.