Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImageMapFormatException

        public ImageMapFormatException​(java.lang.String message,
                                       java.lang.Exception cause)
        Parameters:
        message - The message.
        cause - The cause.
      • ImageMapFormatException

        public ImageMapFormatException​(java.lang.String message)
        Parameters:
        message - The message.