FontConversionException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException

public class FontConversionException extends FontException

Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process.

Constructors

ConstructorDescription
FontConversionException()Initializes new FontConversionException object.
FontConversionException(String message)Initializes new FontConversionException object.
FontConversionException(String message, RuntimeException innerException)Initializes new FontConversionException object.

FontConversionException()

public FontConversionException()

Initializes new FontConversionException object.

FontConversionException(String message)

public FontConversionException(String message)

Initializes new FontConversionException object.

Parameters:

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

FontConversionException(String message, RuntimeException innerException)

public FontConversionException(String message, RuntimeException innerException)

Initializes new FontConversionException object.

Parameters:

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