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, toString
public static final long serialVersionUID
public SVGElementException(SVGElement element)
SVGException
without detail message.public SVGElementException(SVGElement element, String msg)
SVGException
with the specified detail message.msg
- the detail message.public SVGElementException(SVGElement element, String msg, Throwable cause)
public SVGElementException(SVGElement element, Throwable cause)
public SVGElement getElement()
Copyright © 2011-2018 Kitfox Studios. All Rights Reserved.