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:
java.io.Serializable
public class SvgProcessingException extends PdfException
Exception thrown byISvgProcessor
when it cannot process an SVG- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
-
Constructor Summary
Constructors Constructor Description SvgProcessingException(java.lang.String message)
Creates a new SvgProcessingException instance.SvgProcessingException(java.lang.String message, java.lang.Throwable cause)
Creates a new SvgProcessingException instance.
-
Method Summary
-
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
-
-
-
-
Constructor Detail
-
SvgProcessingException
public SvgProcessingException(java.lang.String message)
Creates a new SvgProcessingException instance.- Parameters:
message
- the message
-
SvgProcessingException
public SvgProcessingException(java.lang.String message, java.lang.Throwable cause)
Creates a new SvgProcessingException instance.- Parameters:
message
- the messagecause
- the nested exception
-
-