Class SVGElementException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SVGElement getElement()  
      • 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

      • SVGElementException

        public SVGElementException​(SVGElement element)
        Creates a new instance of SVGException without detail message.
        Parameters:
        element -
      • SVGElementException

        public SVGElementException​(SVGElement element,
                                   java.lang.String msg)
        Constructs an instance of SVGException with the specified detail message.
        Parameters:
        element -
        msg - the detail message.
      • SVGElementException

        public SVGElementException​(SVGElement element,
                                   java.lang.String msg,
                                   java.lang.Throwable cause)
      • SVGElementException

        public SVGElementException​(SVGElement element,
                                   java.lang.Throwable cause)