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. The exception can be thrown in case of errors during font conversion process.

Constructors

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringA message that describes the error.

SvgConversionException(String message, RuntimeException innerException)

public SvgConversionException(String message, RuntimeException innerException)

Initializes new SvgConversionException object.

Parameters:

ParameterTypeDescription
messagejava.lang.StringA message that describes the error.
innerExceptionjava.lang.RuntimeExceptionThe exception that is the cause of the current exception.