Class InvalidImageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.core.objectmanagement.member.InvalidImageException
All Implemented Interfaces:
Serializable

public class InvalidImageException extends RuntimeException
Defines an exception that is thrown when an image fails to validate.
See Also:
  • Field Details

    • fileName

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

    • InvalidImageException

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