|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.svg.SVGException
public class SVGException
An exception thrown for SVG-specific errors, such as
noninvertable matrix in inverse.
| Field Summary | ||
|---|---|---|
static short |
SVG_INVALID_VALUE_ERR
Value passed to an SVG-specific method is invalid, such as out of range color component in createSVGRGBColor. |
|
static short |
SVG_MATRIX_NOT_INVERTABLE
Matrix that has a determinant equal to zero, and therefore not invertable. |
|
short |
code
An integer indicating the type of error generated. |
|
| Constructor Summary | ||
|---|---|---|
SVGException(short code,
String message)
Constructs a SVGException with a detailed message. |
||
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short SVG_INVALID_VALUE_ERR
createSVGRGBColor.
public static final short SVG_MATRIX_NOT_INVERTABLE
public short code
| Constructor Detail |
|---|
public SVGException(short code,
String message)
Constructs a SVGException with a detailed message.
code - Constructs a SVGException with a detailed message.message - the exception's descriptive message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal