Class InvalidImageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidImageException
    extends java.lang.RuntimeException
    Defines an exception that is thrown when an image fails to validate.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fileName
      The file name of the image on which the exception occurred.
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidImageException​(java.lang.String fileName)
      Creates an exception with the specified file name.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • fileName

        public final java.lang.String fileName
        The file name of the image on which the exception occurred.
    • Constructor Detail

      • InvalidImageException

        public InvalidImageException​(java.lang.String fileName)
        Creates an exception with the specified file name.
        Parameters:
        fileName - the name of the file on which an exception occurred