Uses of Class
org.w3c.dom.svg.SVGException

Packages that use SVGException
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGException in org.apache.batik.dom.svg
 

Subclasses of SVGException in org.apache.batik.dom.svg
 class SVGOMException
          An implementation of the SVGException class.
 

Methods in org.apache.batik.dom.svg that return SVGException
protected abstract  SVGException AbstractSVGLengthList.createSVGException(short type, String key, Object[] args)
          Create an SVGException when the checkItemType fails.
protected  SVGException SVGOMAnimatedPathData.SVGOMPathSegList.createSVGException(short type, String key, Object[] args)
          Create a SVGException.
protected  SVGException SVGOMAnimatedLengthList.SVGOMLengthList.createSVGException(short type, String key, Object[] args)
          Create a SVGException.
protected abstract  SVGException AbstractSVGPointList.createSVGException(short type, String key, Object[] args)
          Create an SVGException when the checkItemType fails.
protected abstract  SVGException AbstractSVGPathSegList.createSVGException(short type, String key, Object[] args)
          Create an SVGException when the checkItemType fails.
protected  SVGException SVGOMAnimatedNumberList.SVGOMNumberList.createSVGException(short type, String key, Object[] args)
          Create a SVGException.
protected  SVGException SVGOMAnimatedTransformList.SVGOMTransformList.createSVGException(short type, String key, Object[] args)
          Create a SVGException.
protected abstract  SVGException AbstractSVGTransformList.createSVGException(short type, String key, Object[] args)
          Create an SVGException when the checkItemType fails.
protected  SVGException SVGOMAnimatedPoints.SVGOMPointList.createSVGException(short type, String key, Object[] args)
          Create a SVGException.
protected abstract  SVGException AbstractSVGNumberList.createSVGException(short type, String key, Object[] args)
          Create an SVGException when the checkItemType fails.
 SVGException SVGOMElement.createSVGException(short type, String key, Object[] args)
          Creates an SVGException with the appropriate error message.
 

Methods in org.apache.batik.dom.svg that throw SVGException
 SVGLength AbstractSVGLengthList.initialize(SVGLength newItem)
           
 SVGLength AbstractSVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.appendItem(SVGLength newItem)
           
protected  void AbstractSVGLengthList.checkItemType(Object newItem)
          Check if the item is an SVGLength.
 SVGMatrix AbstractSVGMatrix.inverse()
          Implements SVGMatrix.inverse().
 SVGMatrix AbstractSVGMatrix.rotateFromVector(float x, float y)
          Implements SVGMatrix.rotateFromVector(float,float).
 SVGMatrix SVGGraphicsElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGPoint AbstractSVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint AbstractSVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.appendItem(SVGPoint newItem)
           
protected  void AbstractSVGPointList.checkItemType(Object newItem)
          Check if the item is an SVGPoint.
 SVGPathSeg AbstractSVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg AbstractSVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg AbstractSVGPathSegList.appendItem(SVGPathSeg newItem)
           
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
static SVGMatrix SVGLocatableSupport.getTransformToElement(Element elt, SVGElement element)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 SVGTransform AbstractSVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform AbstractSVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform AbstractSVGTransformList.appendItem(SVGTransform newItem)
           
protected abstract  void AbstractSVGList.checkItemType(Object newItem)
          Check the type of the element added to the list.
protected  SVGItem AbstractSVGList.initializeImpl(Object newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
protected  SVGItem AbstractSVGList.insertItemBeforeImpl(Object newItem, int index)
          Inserts a new item into the list at the specified position.
protected  SVGItem AbstractSVGList.replaceItemImpl(Object newItem, int index)
          Replaces an existing item in the list with a new item.
protected  SVGItem AbstractSVGList.appendItemImpl(Object newItem)
          Inserts a new item at the end of the list.
 SVGNumber AbstractSVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber AbstractSVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber AbstractSVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber AbstractSVGNumberList.appendItem(SVGNumber newItem)
           
protected  void AbstractSVGNumberList.checkItemType(Object newItem)
          Check if the item is an SVGNumber
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 

Uses of SVGException in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that throw SVGException
 SVGTransform SVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform SVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.appendItem(SVGTransform newItem)
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.rotateFromVector(float x, float y)
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 void SVGPaint.setPaint(short paintType, String uri, String rgbColor, String iccColor)
           
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber newItem)
           
 String SVGStringList.initialize(String newItem)
           
 String SVGStringList.insertItemBefore(String newItem, int index)
           
 String SVGStringList.replaceItem(String newItem, int index)
           
 String SVGStringList.appendItem(String newItem)
           
 void SVGColor.setRGBColor(String rgbColor)
           
 void SVGColor.setRGBColorICCColor(String rgbColor, String iccColor)
           
 void SVGColor.setColor(short colorType, String rgbColor, String iccColor)
           
 SVGPathSeg SVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg SVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.appendItem(SVGPathSeg newItem)
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.