Class SvgProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.kernel.exceptions.PdfException
com.itextpdf.svg.exceptions.SvgProcessingException
- All Implemented Interfaces:
Serializable
Exception thrown by
ISvgProcessor when it cannot process an SVG- See Also:
-
Field Summary
Fields inherited from class PdfException
object -
Constructor Summary
ConstructorsConstructorDescriptionSvgProcessingException(String message) Creates a new SvgProcessingException instance.SvgProcessingException(String message, Throwable cause) Creates a new SvgProcessingException instance. -
Method Summary
Methods inherited from class PdfException
getMessage, getMessageParams, setMessageParamsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SvgProcessingException
Creates a new SvgProcessingException instance.- Parameters:
message- the message
-
SvgProcessingException
-