Class ImageSaveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.image.ImageSaveException
All Implemented Interfaces:
Serializable

public class ImageSaveException extends Exception
Signals that an error has occurred when trying to save an image.
See Also:
  • Constructor Details

    • ImageSaveException

      public ImageSaveException()
      Constructs an ImageSaveException with "image couldn't be saved" as its detail message.
    • ImageSaveException

      public ImageSaveException(String s)
      Constructs an ImageSaveException with the specified detail message. The error message String s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.