org.apache.batik.dom.svg
Class SVGOMException

java.lang.Object
  extended by SVGException
      extended by org.apache.batik.dom.svg.SVGOMException

public class SVGOMException
extends SVGException

An implementation of the SVGException class.


Constructor Summary
SVGOMException(short code, java.lang.String message)
          Constructs a new SVGOMException with the specified parameters.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMException

public SVGOMException(short code,
                      java.lang.String message)
Constructs a new SVGOMException with the specified parameters.

Parameters:
code - the exception code
message - the error message


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.