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:
- Serializable
public class SVGElementException
- extends SVGException
- Author:
- kitfox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
SVGElementException
public SVGElementException(SVGElement element)
- Creates a new instance of
SVGException without detail message.
SVGElementException
public SVGElementException(SVGElement element,
String msg)
- Constructs an instance of
SVGException with the specified detail message.
- Parameters:
msg - the detail message.
SVGElementException
public SVGElementException(SVGElement element,
String msg,
Throwable cause)
SVGElementException
public SVGElementException(SVGElement element,
Throwable cause)
getElement
public SVGElement getElement()
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.