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:
- 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 $
- Author:
- Thierry Kormann
- See Also:
- Serialized Form
| Fields inherited from class org.w3c.dom.svg.SVGException |
code, SVG_INVALID_VALUE_ERR, SVG_MATRIX_NOT_INVERTABLE, SVG_WRONG_TYPE_ERR |
|
Constructor Summary |
SVGOMException(short code,
String message)
Constructs a new SVGOMException with the specified parameters. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SVGOMException
public SVGOMException(short code,
String message)
- Constructs a new
SVGOMException with the specified parameters.
- Parameters:
code - the exception codemessage - the error message
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.