Class InvalidImageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mendix.core.objectmanagement.member.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.
-