Class ImageMapFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.ecss.extensions.api.webapp.imagemap.ImageMapFormatException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class ImageMapFormatException extends java.lang.Exception
Exception thrown when an image map cannot be parsed from an XML element.- Since:
- 25.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageMapFormatException(java.lang.String message)
ImageMapFormatException(java.lang.String message, java.lang.Exception cause)
-