CffFontException

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

public class CffFontException extends FontException

Represents common processing related exception for fonts of CFF format.

Constructors

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

CffFontException()

public CffFontException()

Initializes new CffFontException object.

CffFontException(String message)

public CffFontException(String message)

Initializes new CffFontException object.

Parameters:

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

CffFontException(String message, RuntimeException innerException)

public CffFontException(String message, RuntimeException innerException)

Initializes new CffFontException object.

Parameters:

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