Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class SvgImageException

  • All Implemented Interfaces:
    Serializable


    public class SvgImageException
    extends com.aspose.ms.System.Exception

    The SVG image exception class.

    See Also:
    Serialized Form
    • Constructor Detail

      • SvgImageException

        public SvgImageException(String message)

        Initializes a new instance of the SvgImageException class.

        Parameters:
        message - The message.
      • SvgImageException

        public SvgImageException(String message,
                                 Throwable innerException)

        Initializes a new instance of the SvgImageException class.

        Parameters:
        message - The message.
        innerException - The inner exception.