Package com.itextpdf.svg.exceptions
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 com.itextpdf.kernel.exceptions.PdfException
object
-
Constructor Summary
ConstructorDescriptionSvgProcessingException
(String message) Creates a new SvgProcessingException instance.SvgProcessingException
(String message, Throwable cause) Creates a new SvgProcessingException instance. -
Method Summary
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
Methods inherited from class java.lang.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
Creates a new SvgProcessingException instance.- Parameters:
-
message
- the message -
cause
- the nested exception
-