FileDocCategorySizeDatePackage
SVGException.javaAPI DocphoneME MR2 API (J2ME)1505Wed May 02 18:00:34 BST 2007org.w3c.dom.svg

SVGException

public class SVGException extends RuntimeException

Fields Summary
public short
code
public static final short
SVG_INVALID_VALUE_ERR
public static final short
SVG_MATRIX_NOT_INVERTABLE
Constructors Summary
public SVGException(short code, String message)

		super(message);
		this.code = code;
	
Methods Summary