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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
WoffFormatException(String message, RuntimeException innerException)
public WoffFormatException(String message, RuntimeException innerException)
Initializes new WoffFormatException 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. |