org.w3c.dom.svg
Class SVGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.svg.SVGException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SVGOMException
- public abstract class SVGException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
code
public short code
SVG_WRONG_TYPE_ERR
public static final short SVG_WRONG_TYPE_ERR
- See Also:
- Constant Field Values
SVG_INVALID_VALUE_ERR
public static final short SVG_INVALID_VALUE_ERR
- See Also:
- Constant Field Values
SVG_MATRIX_NOT_INVERTABLE
public static final short SVG_MATRIX_NOT_INVERTABLE
- See Also:
- Constant Field Values
SVGException
public SVGException(short code,
String message)
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.