org.apache.batik.dom.svg
Class SVGOMException
java.lang.Object
SVGException
org.apache.batik.dom.svg.SVGOMException
public class SVGOMException
- extends SVGException
An implementation of the SVGException class.
Constructor Summary |
SVGOMException(short code,
String message)
Constructs a new SVGOMException with the specified parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMException
public SVGOMException(short code,
String message)
- Constructs a new SVGOMException with the specified parameters.
- Parameters:
code
- the exception codemessage
- the error message
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.