Package com.kitfox.svg
Class SVGElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.kitfox.svg.SVGException
-
- com.kitfox.svg.SVGElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class SVGElementException extends SVGException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private SVGElement
element
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SVGElementException(SVGElement element)
Creates a new instance ofSVGException
without detail message.SVGElementException(SVGElement element, java.lang.String msg)
Constructs an instance ofSVGException
with the specified detail message.SVGElementException(SVGElement element, java.lang.String msg, java.lang.Throwable cause)
SVGElementException(SVGElement element, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVGElement
getElement()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
element
private final SVGElement element
-
-
Constructor Detail
-
SVGElementException
public SVGElementException(SVGElement element)
Creates a new instance ofSVGException
without detail message.- Parameters:
element
-
-
SVGElementException
public SVGElementException(SVGElement element, java.lang.String msg)
Constructs an instance ofSVGException
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)
-
-
Method Detail
-
getElement
public SVGElement getElement()
-
-