Class SVGException

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class SVGException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGException​(short code, java.lang.String message)  
    • 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
    • Field Detail

      • code

        public short code
      • SVG_MATRIX_NOT_INVERTABLE

        public static final short SVG_MATRIX_NOT_INVERTABLE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGException

        public SVGException​(short code,
                            java.lang.String message)