public class AdvancedTypographicTableFormatException
extends java.lang.RuntimeException
Exception thrown when attempting to decode a truetype font file and a format constraint is violated.
This work was originally authored by Glenn Adams (gadams@apache.org).
Constructor | Description |
---|---|
AdvancedTypographicTableFormatException() |
Instantiate ATT format exception.
|
AdvancedTypographicTableFormatException(java.lang.String message) |
Instantiate ATT format exception.
|
AdvancedTypographicTableFormatException(java.lang.String message,
java.lang.Throwable cause) |
Instantiate ATT format exception.
|
public AdvancedTypographicTableFormatException()
public AdvancedTypographicTableFormatException(java.lang.String message)
message
- a message stringpublic AdvancedTypographicTableFormatException(java.lang.String message, java.lang.Throwable cause)
message
- a message stringcause
- a Throwable
that caused this exceptionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.