|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.w3c.dom.svg.SVGException
public abstract class SVGException
Field Summary | |
---|---|
short |
code
|
static short |
SVG_INVALID_VALUE_ERR
|
static short |
SVG_MATRIX_NOT_INVERTABLE
|
static short |
SVG_WRONG_TYPE_ERR
|
Constructor Summary | |
---|---|
SVGException(short code,
java.lang.String message)
|
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public short code
public static final short SVG_WRONG_TYPE_ERR
public static final short SVG_INVALID_VALUE_ERR
public static final short SVG_MATRIX_NOT_INVERTABLE
Constructor Detail |
---|
public SVGException(short code, java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |