WoffFormatException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException

public class WoffFormatException extends IllegalStateException

Represents WOFF font processing related exception.

Constructors

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

WoffFormatException()

public WoffFormatException()

Initializes new WoffFormatException object.

WoffFormatException(String message)

public WoffFormatException(String message)

Initializes new WoffFormatException object.

Parameters:

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

WoffFormatException(String message, RuntimeException innerException)

public WoffFormatException(String message, RuntimeException innerException)

Initializes new WoffFormatException object.

Parameters:

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