Class SvgProcessingException

All Implemented Interfaces:
Serializable

public class SvgProcessingException extends PdfException
Exception thrown by ISvgProcessor when it cannot process an SVG
See Also:
  • Constructor Details

    • SvgProcessingException

      public SvgProcessingException (String message)
      Creates a new SvgProcessingException instance.
      Parameters:
      message - the message
    • SvgProcessingException

      public SvgProcessingException (String message, Throwable cause)
      Creates a new SvgProcessingException instance.
      Parameters:
      message - the message
      cause - the nested exception