278279280281282283284285286
dao.storeResizedPicture(file, sizePattern, resizedImage); return resizedImage; }catch ( InvalidModelException e) { throw new RuntimeException("A very strange error occurred! ",e); }catch (OutOfMemoryError e){ throw new FileTooBigException(); } }