Package org.apache.batik.dom.svg
Class SVGOMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.w3c.dom.svg.SVGException
-
- org.apache.batik.dom.svg.SVGOMException
-
- All Implemented Interfaces:
java.io.Serializable
public class SVGOMException extends org.w3c.dom.svg.SVGException
An implementation of the SVGException class.- Version:
- $Id: SVGOMException.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SVGOMException(short code, java.lang.String message)
Constructs a newSVGOMException
with the specified parameters.
-