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 SVGElementelementstatic longserialVersionUID
-
Constructor Summary
Constructors Constructor Description SVGElementException(SVGElement element)Creates a new instance ofSVGExceptionwithout detail message.SVGElementException(SVGElement element, java.lang.String msg)Constructs an instance ofSVGExceptionwith 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 SVGElementgetElement()
-
-
-
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 ofSVGExceptionwithout detail message.- Parameters:
element-
-
SVGElementException
public SVGElementException(SVGElement element, java.lang.String msg)
Constructs an instance ofSVGExceptionwith 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()
-
-