Class ImageMapFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.webapp.imagemap.ImageMapFormatException
- All Implemented Interfaces:
Serializable
Exception thrown when an image map cannot be parsed from an XML element.
- Since:
- 25.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageMapFormatException
(String message) ImageMapFormatException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageMapFormatException
- Parameters:
message
- The message.cause
- The cause.
-
ImageMapFormatException
- Parameters:
message
- The message.
-