SvgConversionException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException
public class SvgConversionException extends FontException
Represents Font conversion exception for SVG format. The exception can be thrown in case of errors during font conversion process.
Constructors
Constructor | Description |
---|---|
SvgConversionException() | Initializes new SvgConversionException object. |
SvgConversionException(String message) | Initializes new SvgConversionException object. |
SvgConversionException(String message, RuntimeException innerException) | Initializes new SvgConversionException object. |
SvgConversionException()
public SvgConversionException()
Initializes new SvgConversionException object.
SvgConversionException(String message)
public SvgConversionException(String message)
Initializes new SvgConversionException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
SvgConversionException(String message, RuntimeException innerException)
public SvgConversionException(String message, RuntimeException innerException)
Initializes new SvgConversionException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
innerException | java.lang.RuntimeException | The exception that is the cause of the current exception. |