Class InvalidImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.core.objectmanagement.member.InvalidImageException
- All Implemented Interfaces:
Serializable
Defines an exception that is thrown when an image fails to validate.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInvalidImageException
(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
-
Field Details
-
fileName
The file name of the image on which the exception occurred.
-
-
Constructor Details
-
InvalidImageException
Creates an exception with the specified file name.- Parameters:
fileName
- the name of the file on which an exception occurred
-