|
|||||||||
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 class SVGException
An exception thrown for SVG-specific errors, such as noninvertable matrix in inverse
.
Field Summary | |
---|---|
short |
code
An integer indicating the type of error generated. |
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. |
Constructor Summary | |
---|---|
SVGException(short code,
java.lang.String message)
Constructs a SVGException with a detailed 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public short code
public static final short SVG_INVALID_VALUE_ERR
createSVGRGBColor
.
public static final short SVG_MATRIX_NOT_INVERTABLE
Constructor Detail |
---|
public SVGException(short code, java.lang.String message)
code
- the exception's error code.message
- the exception's descriptive message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |