Class SVGException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SVGOMException

public abstract class SVGException extends RuntimeException
See Also:
  • Field Details

    • code

      public short code
    • SVG_WRONG_TYPE_ERR

      public static final short SVG_WRONG_TYPE_ERR
      See Also:
    • SVG_INVALID_VALUE_ERR

      public static final short SVG_INVALID_VALUE_ERR
      See Also:
    • SVG_MATRIX_NOT_INVERTABLE

      public static final short SVG_MATRIX_NOT_INVERTABLE
      See Also:
  • Constructor Details

    • SVGException

      public SVGException(short code, String message)