com.kitfox.svg
Class SVGElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kitfox.svg.SVGException
              extended by com.kitfox.svg.SVGElementException
All Implemented Interfaces:
java.io.Serializable

public class SVGElementException
extends SVGException

Author:
kitfox
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
SVGElementException(SVGElement element)
          Creates a new instance of SVGException without detail message.
SVGElementException(SVGElement element, java.lang.String msg)
          Constructs an instance of SVGException 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
 SVGElement getElement()
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SVGElementException

public SVGElementException(SVGElement element)
Creates a new instance of SVGException without detail message.


SVGElementException

public SVGElementException(SVGElement element,
                           java.lang.String msg)
Constructs an instance of SVGException with 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)
Method Detail

getElement

public SVGElement getElement()