public class SVGElementException extends SVGException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SVGElementException(SVGElement element)
Creates a new instance of
SVGException without detail message. |
SVGElementException(SVGElement element,
java.lang.String msg)
Constructs an instance of
SVGException with the specified detail message. |
SVGElementException(SVGElement element,
java.lang.String msg,
java.lang.Throwable cause) |
SVGElementException(SVGElement element,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
SVGElement |
getElement() |
public static final long serialVersionUID
public SVGElementException(SVGElement element)
SVGException without detail message.public SVGElementException(SVGElement element, java.lang.String msg)
SVGException with the specified detail message.msg - the detail message.public SVGElementException(SVGElement element, java.lang.String msg, java.lang.Throwable cause)
public SVGElementException(SVGElement element, java.lang.Throwable cause)
public SVGElement getElement()