Пример #1
0
 public BufferedImage getImage() throws AnnulationException {
   if (image.getImage() == null) throw new AnnulationException("Choisir une image");
   return image.getImage();
 }