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,
String msg)
Constructs an instance of
SVGException with the specified detail message. |
SVGElementException(SVGElement element,
String msg,
Throwable cause) |
SVGElementException(SVGElement element,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
SVGElement |
getElement() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public SVGElementException(SVGElement element)
SVGException without detail message.element - public SVGElementException(SVGElement element, String msg)
SVGException with the specified detail message.element - msg - the detail message.public SVGElementException(SVGElement element, String msg, Throwable cause)
public SVGElementException(SVGElement element, Throwable cause)
public SVGElement getElement()
Copyright © 2022. All rights reserved.