java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.svg.SVGException
io.sf.carte.echosvg.dom.svg.SVGOMException
- All Implemented Interfaces:
Serializable
An implementation of the SVGException class.
- See Also:
-
Field Summary
Fields inherited from class org.w3c.dom.svg.SVGException
code, SVG_INVALID_VALUE_ERR, SVG_MATRIX_NOT_INVERTABLE, SVG_WRONG_TYPE_ERR
-
Constructor Summary
ConstructorDescriptionSVGOMException
(short code, String message) Constructs a newSVGOMException
with the specified parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SVGOMException
Constructs a newSVGOMException
with the specified parameters.- Parameters:
code
- the exception codemessage
- the error message
-