Class 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
    • 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

      Constructors 
      Constructor Description
      SVGOMException​(short code, java.lang.String message)
      Constructs a new SVGOMException 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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