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:
- java.io.Serializable
- public abstract class SVGException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Constructor Summary |
SVGException(short code,
java.lang.String message)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
public short code
SVG_WRONG_TYPE_ERR
public static final short SVG_WRONG_TYPE_ERR
SVG_INVALID_VALUE_ERR
public static final short SVG_INVALID_VALUE_ERR
SVG_MATRIX_NOT_INVERTABLE
public static final short SVG_MATRIX_NOT_INVERTABLE
SVGException
public SVGException(short code,
java.lang.String message)
Copyright © 2001 Apache Software Foundation. All Rights Reserved.