com.kitfox.svg
Class SVGElementException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.kitfox.svg.SVGException
com.kitfox.svg.SVGException
               com.kitfox.svg.SVGElementException
com.kitfox.svg.SVGElementException
- All Implemented Interfaces: 
- java.io.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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
SVGElementException
public SVGElementException(SVGElement element)
- Creates a new instance of SVGExceptionwithout detail message.
 
SVGElementException
public SVGElementException(SVGElement element,
                           java.lang.String msg)
- Constructs an instance of SVGExceptionwith the specified detail message.
 
- Parameters:
- 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)
getElement
public SVGElement getElement()
-